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

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 223 temp = ((active_fs->top_field.used_for_reference) && (active_fs->top_field.is_long_term)) ? 1 : 0;
225 temp = ((active_fs->top_field.used_for_reference) && !(active_fs->top_field.is_long_term)) ? 1 : 0;
254 if (currPicStructure == TOP_FIELD) {
266 pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_BIT(0); // top_field
321 pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(lterm) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_BIT(0); // top_field
511 if (pInfo->SliceHeader.structure == TOP_FIELD)
535 active_fs->top_field.pic_num = (active_fs->frame_num_wrap << 1) + add_top;
572 active_fs->top_field.long_term_pic_num = (active_fs->top_field.long_term_frame_idx << 1) + add_top
    [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);
453 wi.data.data_payload[0] = pInfo->dpb.fs[fs_id].top_field.poc;
458 case (TOP_FIELD):{
459 wi.data.data_payload[0] = pInfo->dpb.fs[fs_id].top_field.poc;
viddec_h264_workload.c 554 }else if (pInfo->img.structure == TOP_FIELD)
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 270 pic->TopFieldOrderCnt = store->top_field.poc;
276 pic->TopFieldOrderCnt = store->top_field.poc;
472 pic_parms->ReferenceFrames[frame_idx].TopFieldOrderCnt = store->top_field.poc;
474 if (store->top_field.used_for_reference && store->bottom_field.used_for_reference)
480 if (store->top_field.used_for_reference)
514 pic_parms->ReferenceFrames[frame_idx].TopFieldOrderCnt = store->top_field.poc;
516 if (store->top_field.used_for_reference && store->bottom_field.used_for_reference)
522 if (store->top_field.used_for_reference)
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h 167 TOP_FIELD = 1,
344 storable_picture top_field; member in struct:_frame_store

Completed in 119 milliseconds