Searched defs:MAX_DEC_REF_PIC_MARKING (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/include/
H A Davcint_common.h78 #define MAX_DEC_REF_PIC_MARKING 64 /* 64 is the maximum possible given the max num ref pictures to 31. */ macro
431 uint memory_management_control_operation[MAX_DEC_REF_PIC_MARKING]; /* ue(v), range 0..6 */
432 uint difference_of_pic_nums_minus1[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */
433 uint long_term_pic_num[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */
434 uint long_term_frame_idx[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */
435 uint max_long_term_frame_idx_plus1[MAX_DEC_REF_PIC_MARKING]; /* ue(v) */

Completed in 35 milliseconds