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

  /external/libmpeg2/common/
impeg2_defs.h 99 #define TOP_FIELD 1
  /external/libavc/common/
ih264_dpb_mgr.c 535 expected_field = (ps_dpb_node1->ps_pic_buf->i1_field_type == TOP_FIELD)?
536 BOTTOM_FIELD:TOP_FIELD;
775 TOP_FIELD,
803 TOP_FIELD);
    [all...]
ih264_defs.h 120 TOP_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)) && \
714 else if(pInfo->img.structure == TOP_FIELD)
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;
h264parse_sh.c 88 SliceHeader->structure = SliceHeader->bottom_field_flag? BOTTOM_FIELD: TOP_FIELD;
viddec_h264_workload.c 554 }else if (pInfo->img.structure == TOP_FIELD)
    [all...]
  /external/libmpeg2/decoder/
impeg2d_pic_proc.c 384 if(ps_dec->u2_picture_structure == TOP_FIELD)
686 case TOP_FIELD:
impeg2d_mv_dec.c 385 if(ps_dec->u2_picture_structure == TOP_FIELD)
impeg2d_dec_hdr.c 738 if (ps_dec->u2_picture_structure < TOP_FIELD ||
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 62 #define TOP_FIELD 1
379 if ((pic_params->picture_coding_extension.bits.picture_structure == TOP_FIELD) ||
  /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
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c 77 #define TOP_FIELD 1
281 if (ctx->picture_structure == TOP_FIELD) {
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
viddec_vc1_workload.c 477 BF_WRITE( VC1_0_SEQPIC_FIELD_REF_FRAME_ID, TOP_FIELD, spr->fieldref_ctrl_id, pic->BottomField);

Completed in 342 milliseconds