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

  /external/libmpeg2/common/
impeg2_defs.h 100 #define BOTTOM_FIELD 2
  /external/libavc/common/
ih264_defs.h 121 BOTTOM_FIELD,
ih264_dpb_mgr.c 536 BOTTOM_FIELD:TOP_FIELD;
    [all...]
  /external/libmpeg2/decoder/
impeg2d_d_pic.c 155 if(ps_dec->u2_picture_structure == BOTTOM_FIELD)
impeg2d_i_pic.c 189 if(ps_dec->u2_picture_structure == BOTTOM_FIELD)
impeg2d_pnb_pic.c 486 if(ps_dec->u2_picture_structure == BOTTOM_FIELD)
impeg2d_mc.c 503 if(ps_dec->u2_picture_structure == BOTTOM_FIELD)
637 if(ps_dec->u2_picture_structure == BOTTOM_FIELD)
    [all...]
impeg2d_pic_proc.c 692 case BOTTOM_FIELD:
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse.c 439 if (((cur_slice.structure == TOP_FIELD &&old_slice.structure == BOTTOM_FIELD) || // Condition 1:
440 (old_slice.structure == TOP_FIELD && cur_slice.structure == BOTTOM_FIELD)) && \
747 }else if(pInfo->img.structure == BOTTOM_FIELD)
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;
h264parse_sh.c 88 SliceHeader->structure = SliceHeader->bottom_field_flag? BOTTOM_FIELD: TOP_FIELD;
viddec_h264_workload.c 560 else if (pInfo->img.structure == BOTTOM_FIELD)
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 63 #define BOTTOM_FIELD 2
380 (pic_params->picture_coding_extension.bits.picture_structure == BOTTOM_FIELD) ||
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 78 #define BOTTOM_FIELD 2
241 if (((ctx->picture_structure == BOTTOM_FIELD) != MBPARAM_MvertFieldSel_0(mb_param)) &&
415 if ((ctx->picture_structure == BOTTOM_FIELD) && (3 == MBPARAM_MotionType(mb_param))) {
    [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

Completed in 450 milliseconds