OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bottom_field
(Results
1 - 24
of
24
) 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
...]
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_sh.c
88
SliceHeader->structure = SliceHeader->bottom_field_flag?
BOTTOM_FIELD
: TOP_FIELD;
/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
...]
/external/libmpeg2/common/
impeg2_defs.h
100
#define
BOTTOM_FIELD
2
/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_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
666
case
BOTTOM_FIELD
:
impeg2d_pnb_pic.c
471
if(ps_dec->u2_picture_structure ==
BOTTOM_FIELD
)
/external/libavc/common/
ih264_defs.h
121
BOTTOM_FIELD
,
ih264_dpb_mgr.c
536
BOTTOM_FIELD
:TOP_FIELD;
[
all
...]
/hardware/intel/img/psb_video/src/
tng_hostheader.h
103
ELEMENT_BOTTOM_FIELD, //!< Insert
bottom_field
flag
vc1_header.h
224
IMG_BOOL
bottom_field
;
member in struct:context_VC1_s
pnw_rotate.c
63
#define
BOTTOM_FIELD
2
380
(pic_params->picture_coding_extension.bits.picture_structure ==
BOTTOM_FIELD
) ||
pnw_VC1.c
[
all
...]
tng_hostheader.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_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
...]
psb_VC1.c
[
all
...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
header.cpp
784
sliceHdr->delta_pic_order_cnt[1] = sliceHdr->delta_pic_order_cnt[0]; /* should be calculated from currInput->
bottom_field
->disp_order */
[
all
...]
/hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_Video.h
[
all
...]
Completed in 470 milliseconds