Home
last modified time | relevance | path

Searched refs:bottom_field (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
Dh264parse_dpb.c205 …if(long_term) temp = ((active_fs->bottom_field.used_for_reference) && (active_fs->bottom_field.is_… in h264_dpb_pic_is_bottom_field_ref()
206 …else temp = ((active_fs->bottom_field.used_for_reference) && !(active_fs->bottom_field.is… in h264_dpb_pic_is_bottom_field_ref()
539 active_fs->bottom_field.pic_num = (active_fs->frame_num_wrap << 1) + add_bottom; in h264_dpb_update_ref_lists()
576 …active_fs->bottom_field.long_term_pic_num = (active_fs->bottom_field.long_term_frame_idx << 1) + a… in h264_dpb_update_ref_lists()
927 if (!(temp_fs->bottom_field.is_long_term)) in h264_dpb_get_short_term_pic()
928 if (temp_fs->bottom_field.pic_num == pic_num) in h264_dpb_get_short_term_pic()
972 if (temp_fs->bottom_field.is_long_term) in h264_dpb_get_long_term_pic()
973 if (temp_fs->bottom_field.long_term_pic_num == long_term_pic_num) in h264_dpb_get_long_term_pic()
1479 active_fs->bottom_field.used_for_reference = used_for_reference << 1; in h264_dpb_store_previous_picture_in_dpb()
1736 active_fs->bottom_field.used_for_reference = (used_for_reference<<1); in h264_dpb_insert_picture_in_dpb()
[all …]
Dmix_vbp_h264_stubs.c454 wi.data.data_payload[1] = pInfo->dpb.fs[fs_id].bottom_field.poc; in h264_parse_emit_start_new_frame()
466 wi.data.data_payload[1] = pInfo->dpb.fs[fs_id].bottom_field.poc; in h264_parse_emit_start_new_frame()
Dviddec_h264_workload.c1160 wi.data.data_payload[1] = pInfo->dpb.fs[fs_id].bottom_field.poc; in h264_parse_emit_start_new_frame()
1172 wi.data.data_payload[1] = pInfo->dpb.fs[fs_id].bottom_field.poc; in h264_parse_emit_start_new_frame()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dvbp_h264_parser.c247 int bottom_field, in vbp_set_VAPicture_h264() argument
267 if (bottom_field) in vbp_set_VAPicture_h264()
271 pic->BottomFieldOrderCnt = store->bottom_field.poc; in vbp_set_VAPicture_h264()
277 pic->BottomFieldOrderCnt = store->bottom_field.poc; in vbp_set_VAPicture_h264()
473 pic_parms->ReferenceFrames[frame_idx].BottomFieldOrderCnt = store->bottom_field.poc; in vbp_set_reference_frames_h264()
474 if (store->top_field.used_for_reference && store->bottom_field.used_for_reference) in vbp_set_reference_frames_h264()
482 if (store->bottom_field.used_for_reference) in vbp_set_reference_frames_h264()
515 pic_parms->ReferenceFrames[frame_idx].BottomFieldOrderCnt = store->bottom_field.poc; in vbp_set_reference_frames_h264()
516 if (store->top_field.used_for_reference && store->bottom_field.used_for_reference) in vbp_set_reference_frames_h264()
524 if (store->bottom_field.used_for_reference) in vbp_set_reference_frames_h264()
/hardware/intel/img/psb_video/src/
Dvc1_header.h224 IMG_BOOL bottom_field; member
Dpnw_VC1.c1232 ctx->bottom_field = 0; in psb__VC1_process_picture_param()
1236 ctx->bottom_field = 1; in psb__VC1_process_picture_param()
1241 ctx->bottom_field = 1; in psb__VC1_process_picture_param()
2219 …O_WRITE_FIELD(cmd, MSVDX_VEC_VC1, CR_VEC_VC1_BE_MVD5, VC1_BE_BOTTOM_FIELD_FLAG, ctx->bottom_field); in psb__VC1_send_rendec_params()
2427 …g_value, MSVDX_VEC_VC1, CR_VEC_VC1_FE_MVD_LITE1, VC1_FE_BOTTOM_FIELD_FLAG, ctx->bottom_field); in psb__VC1_load_picture_registers()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_VC1.c1217 ctx->bottom_field = 0; in psb__VC1_process_picture_param()
1221 ctx->bottom_field = 1; in psb__VC1_process_picture_param()
1226 ctx->bottom_field = 1; in psb__VC1_process_picture_param()
2233 …O_WRITE_FIELD(cmd, MSVDX_VEC_VC1, CR_VEC_VC1_BE_MVD5, VC1_BE_BOTTOM_FIELD_FLAG, ctx->bottom_field); in psb__VC1_send_rendec_params()
2437 …g_value, MSVDX_VEC_VC1, CR_VEC_VC1_FE_MVD_LITE1, VC1_FE_BOTTOM_FIELD_FLAG, ctx->bottom_field); in psb__VC1_load_picture_registers()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
Dh264.h345 storable_picture bottom_field; member