W_HEVC_ENC
return type == VPU_INST_TYPE_DEC ? W_HEVC_DEC : W_HEVC_ENC;
int aligned_width = (codec == W_HEVC_ENC) ? ALIGN(src_width, 32) : ALIGN(src_width, 16);
int aligned_height = (codec == W_HEVC_ENC) ? ALIGN(src_height, 32) : ALIGN(src_height, 16);
if (codec == W_HEVC_ENC &&
if (inst->std == W_HEVC_ENC)
else if (inst->std == W_HEVC_ENC)
else if (inst->std == W_HEVC_ENC)
else if (inst->std == W_HEVC_ENC)
else if (inst->std == W_HEVC_ENC)
if (inst->std == W_HEVC_ENC) {
if (inst->std == W_HEVC_ENC && low_delay &&
if (inst->std != W_HEVC_ENC &&
if (inst->std == W_HEVC_ENC && !p_attr->support_hevc10bit_enc) {
if (inst->std == W_HEVC_ENC) {
if (inst->std == W_HEVC_ENC && param->independ_slice_mode &&
if (inst->std == W_HEVC_ENC) {
if (inst->std == W_HEVC_ENC) {
if (inst->std == W_HEVC_ENC || inst->std == W_AVC_ENC) {
if (p_enc_info->open_param.bit_rate == 0 && inst->std == W_HEVC_ENC) {