OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:top_field
(Results
1 - 18
of
18
) 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
...]
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_sh.c
88
SliceHeader->structure = SliceHeader->bottom_field_flag? BOTTOM_FIELD:
TOP_FIELD
;
/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/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
...]
/external/libavc/decoder/
ih264d_dpb_manager.h
75
struct field_t s_top_field; /** Contains information of the
top_field
ih264d_dpb_mgr.c
341
/* If Increment during
top_field
is done, don't increment */
[
all
...]
/external/libmpeg2/common/
impeg2_defs.h
99
#define
TOP_FIELD
1
/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
768
if (ps_dec->u2_picture_structure <
TOP_FIELD
||
[
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
/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/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 893 milliseconds