Lines Matching refs:h264
124 STRUCT_START(h264); \
126 …s32, rk_s32, stream_type, FLAG_BASE(0), h264, stream_type); \
127 …ix, s32, rk_s32, profile, FLAG_INCR, h264, profile); \
128 …efix, s32, rk_s32, level, FLAG_PREV, h264, level); \
129 …x, u32, rk_u32, poc_type, FLAG_INCR, h264, poc_type); \
130 … rk_u32, log2_max_poc_lsb, FLAG_INCR, h264, log2_max_poc_lsb);…
131 … rk_u32, log2_max_frm_num, FLAG_INCR, h264, log2_max_frame_num…
132 … rk_u32, gaps_not_allowed, FLAG_INCR, h264, gaps_not_allowed);…
133 … rk_s32, cabac_en, FLAG_INCR, h264, entropy_coding_mod…
134 … rk_s32, cabac_idc, FLAG_PREV, h264, cabac_init_idc_ex)…
135 … rk_s32, trans8x8, FLAG_INCR, h264, transform8x8_mode_…
136 … rk_s32, const_intra, FLAG_INCR, h264, constrained_intra_…
137 … rk_s32, scaling_list, FLAG_INCR, h264, scaling_list_mode)…
138 … rk_s32, cb_qp_offset, FLAG_INCR, h264, chroma_cb_qp_offse…
139 … rk_s32, cr_qp_offset, FLAG_PREV, h264, chroma_cr_qp_offse…
140 … rk_s32, dblk_disable, FLAG_INCR, h264, deblock_disable); \
141 … rk_s32, dblk_alpha, FLAG_PREV, h264, deblock_offset_alp…
142 … rk_s32, dblk_beta, FLAG_PREV, h264, deblock_offset_bet…
150 …ix, s32, rk_s32, max_tid, FLAG_INCR, h264, max_tid); \
151 …, rk_s32, max_ltr, FLAG_INCR, h264, max_ltr_frames); \
152 …s32, rk_s32, prefix_mode, FLAG_INCR, h264, prefix_mode); \
153 …, rk_s32, base_layer_pid, FLAG_INCR, h264, base_layer_pid); \
154 …, rk_u32, constraint_set, FLAG_INCR, h264, constraint_set); \
155 …u32, rk_u32, vui_en, FLAG_INCR, h264, vui, vui_en); \
156 STRUCT_END(h264); \
356 TO_CHANGE_POS(h264, stream_type) in TO_CHANGE_POS()
483 GET_ENC_CFG_CHANGE(h264) in GET_ENC_CFG_CHANGE()