OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PUT_LIST_LONG_TERM_BITS
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/include/
h264.h
77
#define
PUT_LIST_LONG_TERM_BITS
(w) ((w&0x1)<<6)
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c
266
pic_list[list_idx] =
PUT_LIST_LONG_TERM_BITS
(lterm) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_BIT(0); // top_field
283
pic_list[list_idx] =
PUT_LIST_LONG_TERM_BITS
(lterm) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_BIT(1); // 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
321
pic_list[list_idx] =
PUT_LIST_LONG_TERM_BITS
(lterm) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_BIT(0); // top_field
[
all
...]
Completed in 53 milliseconds