HomeSort by relevance Sort by last modified time
    Searched refs:bottom_field (Results 1 - 8 of 8) sorted by null

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 205 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
294 if (currPicStructure == 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
    [all...]
mix_vbp_h264_stubs.c 448 //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;
464 case (BOTTOM_FIELD):{
466 wi.data.data_payload[1] = pInfo->dpb.fs[fs_id].bottom_field.poc;
viddec_h264_workload.c 560 else if (pInfo->img.structure == BOTTOM_FIELD)
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 247 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.used_for_reference
    [all...]
  /hardware/intel/img/psb_video/src/
vc1_header.h 224 IMG_BOOL bottom_field; member in struct:context_VC1_s
pnw_VC1.c     [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 168 BOTTOM_FIELD = 2,
345 storable_picture bottom_field; member in struct:_frame_store
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c     [all...]

Completed in 194 milliseconds