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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
H A Dh264parse_dpb.c205 if(long_term) temp = ((active_fs->bottom_field.used_for_reference) && (active_fs->bottom_field.is_long_term)) ? 1 : 0;
206 else temp = ((active_fs->bottom_field.used_for_reference) && !(active_fs->bottom_field.is_long_term)) ? 1 : 0;
283 pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_BIT(1); // bottom_field
305 pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_BIT(1); // bottom_field
539 active_fs->bottom_field.pic_num = (active_fs->frame_num_wrap << 1) + add_bottom;
576 active_fs->bottom_field.long_term_pic_num = (active_fs->bottom_field.long_term_frame_idx << 1) + add_bottom;
897 // Sets field_flag, bottom_field an
[all...]
H A Dmix_vbp_h264_stubs.c448 //printf("is_used = %d, tpoc = %d, bpoc = %d\n", pInfo->dpb.fs[fs_id].is_used, pInfo->dpb.fs[fs_id].top_field.poc, pInfo->dpb.fs[fs_id].bottom_field.poc);
454 wi.data.data_payload[1] = pInfo->dpb.fs[fs_id].bottom_field.poc;
466 wi.data.data_payload[1] = pInfo->dpb.fs[fs_id].bottom_field.poc;
H A Dviddec_h264_workload.c1154 //printf("is_used = %d, tpoc = %d, bpoc = %d\n", pInfo->dpb.fs[fs_id].is_used, pInfo->dpb.fs[fs_id].top_field.poc, pInfo->dpb.fs[fs_id].bottom_field.poc);
1160 wi.data.data_payload[1] = pInfo->dpb.fs[fs_id].bottom_field.poc;
1172 wi.data.data_payload[1] = pInfo->dpb.fs[fs_id].bottom_field.poc;
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dvbp_h264_parser.c247 int bottom_field,
267 if (bottom_field)
271 pic->BottomFieldOrderCnt = store->bottom_field.poc;
277 pic->BottomFieldOrderCnt = store->bottom_field.poc;
473 pic_parms->ReferenceFrames[frame_idx].BottomFieldOrderCnt = store->bottom_field.poc;
474 if (store->top_field.used_for_reference && store->bottom_field.used_for_reference)
482 if (store->bottom_field.used_for_reference)
515 pic_parms->ReferenceFrames[frame_idx].BottomFieldOrderCnt = store->bottom_field.poc;
516 if (store->top_field.used_for_reference && store->bottom_field.used_for_reference)
524 if (store->bottom_field
245 vbp_set_VAPicture_h264( int curr_picture_structure, int bottom_field, frame_store* store, VAPictureH264* pic) argument
[all...]
/hardware/intel/img/psb_video/src/
H A Dvc1_header.h224 IMG_BOOL bottom_field; member in struct:context_VC1_s
H A Dpnw_VC1.c1232 ctx->bottom_field = 0;
1236 ctx->bottom_field = 1;
1241 ctx->bottom_field = 1;
2219 REGIO_WRITE_FIELD(cmd, MSVDX_VEC_VC1, CR_VEC_VC1_BE_MVD5, VC1_BE_BOTTOM_FIELD_FLAG, ctx->bottom_field);
2427 REGIO_WRITE_FIELD(reg_value, MSVDX_VEC_VC1, CR_VEC_VC1_FE_MVD_LITE1, VC1_FE_BOTTOM_FIELD_FLAG, ctx->bottom_field);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
H A Dh264.h345 storable_picture bottom_field; member in struct:_frame_store
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_VC1.c1217 ctx->bottom_field = 0;
1221 ctx->bottom_field = 1;
1226 ctx->bottom_field = 1;
2233 REGIO_WRITE_FIELD(cmd, MSVDX_VEC_VC1, CR_VEC_VC1_BE_MVD5, VC1_BE_BOTTOM_FIELD_FLAG, ctx->bottom_field);
2437 REGIO_WRITE_FIELD(reg_value, MSVDX_VEC_VC1, CR_VEC_VC1_FE_MVD_LITE1, VC1_FE_BOTTOM_FIELD_FLAG, ctx->bottom_field);

Completed in 1002 milliseconds