OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:used_for_reference
(Results
1 - 6
of
6
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c
113
if(active_fs->frame.
used_for_reference
)
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;
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;
455
if((viddec_h264_get_is_used(active_fs) == 3)&&(active_fs->frame.
used_for_reference
== 3))
487
if ((viddec_h264_get_is_used(active_fs) == 3) && (viddec_h264_get_is_long_term(active_fs) == 3) && (active_fs->frame.
used_for_reference
== 3))
526
if (active_fs->frame.
used_for_reference
)
534
if ((active_fs->frame.
used_for_reference
)&0x1) {
538
if ((active_fs->frame.
used_for_reference
)&0x2)
1443
int32_t
used_for_reference
;
local
2966
int32_t
used_for_reference
= 0;
local
3317
int32_t
used_for_reference
;
local
[
all
...]
viddec_h264_workload.c
85
attrs->h264.
used_for_reference
= 0;
188
attrs->h264.
used_for_reference
|= (pInfo->SliceHeader.nal_ref_idc == 0)? 0: 1;
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/include/
viddec_fw_frame_attr.h
194
used_for_reference
: 1 means this frame is used as ref frame of others. 0 means no any frame ref to this frame
197
unsigned int
used_for_reference
;
member in struct:viddec_h264_frame_attributes
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264parse_dpb.h
83
int32_t
used_for_reference
,
h264.h
328
uint8_t
used_for_reference
;
member in struct:__anon30097
910
uint8_t
used_for_reference
;
member in struct:_h264_img_par
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c
460
/* if (store->is_used == 3 && store->frame.
used_for_reference
== 3) */
474
if (store->top_field.
used_for_reference
&& store->bottom_field.
used_for_reference
)
480
if (store->top_field.
used_for_reference
)
482
if (store->bottom_field.
used_for_reference
)
503
/*if (store->is_used == 3 && store->is_long_term && store->frame.
used_for_reference
== 3) */
516
if (store->top_field.
used_for_reference
&& store->bottom_field.
used_for_reference
)
522
if (store->top_field.
used_for_reference
)
524
if (store->bottom_field.
used_for_reference
)
[
all
...]
Completed in 297 milliseconds