Home
last modified time | relevance | path

Searched refs:ENTROPY_TRACE (Results 1 – 7 of 7) sorted by relevance

/external/libhevc/encoder/
Dihevce_encode_header.c196 ENTROPY_TRACE("XXX_profile_space[]", ps_ptl->i1_profile_space); in ihevce_generate_when_profile_present()
200 ENTROPY_TRACE("XXX_tier_flag[]", ps_ptl->i1_tier_flag); in ihevce_generate_when_profile_present()
204 ENTROPY_TRACE("XXX_profile_idc[]", ps_ptl->i1_profile_idc); in ihevce_generate_when_profile_present()
210 ENTROPY_TRACE( in ihevce_generate_when_profile_present()
216 ENTROPY_TRACE("XXX_progressive_source_flag[]", ps_ptl->i1_general_progressive_source_flag); in ihevce_generate_when_profile_present()
220 ENTROPY_TRACE("XXX_interlaced_source_flag[]", ps_ptl->i1_general_interlaced_source_flag); in ihevce_generate_when_profile_present()
224 ENTROPY_TRACE( in ihevce_generate_when_profile_present()
229 ENTROPY_TRACE("XXX_frame_only_constraint_flag[]", ps_ptl->i1_frame_only_constraint_flag); in ihevce_generate_when_profile_present()
233 ENTROPY_TRACE( in ihevce_generate_when_profile_present()
238 ENTROPY_TRACE( in ihevce_generate_when_profile_present()
[all …]
Dihevce_encode_header_sei_vui.c154 ENTROPY_TRACE("bit_rate_value_minus1", ps_sub_lyr_hrd_params->au4_bit_rate_value_minus1[j]); in ihevce_generate_sub_layer_hrd_params()
159 ENTROPY_TRACE("cpb_size_value_minus1", ps_sub_lyr_hrd_params->au4_cpb_size_value_minus1[j]); in ihevce_generate_sub_layer_hrd_params()
166 ENTROPY_TRACE( in ihevce_generate_sub_layer_hrd_params()
172 ENTROPY_TRACE( in ihevce_generate_sub_layer_hrd_params()
178 ENTROPY_TRACE("cbr_flag", ps_sub_lyr_hrd_params->au1_cbr_flag[j]); in ihevce_generate_sub_layer_hrd_params()
214 ENTROPY_TRACE( in ihevce_generate_hrd_params()
219 ENTROPY_TRACE( in ihevce_generate_hrd_params()
228 ENTROPY_TRACE( in ihevce_generate_hrd_params()
236 ENTROPY_TRACE("tick_divisor_minus2", ps_hrd_params->u1_tick_divisor_minus2); in ihevce_generate_hrd_params()
244 ENTROPY_TRACE( in ihevce_generate_hrd_params()
[all …]
Dihevce_trace.h105 #define ENTROPY_TRACE(syntax_string, value) macro
/external/libavc/encoder/
Dih264e_cavlc.c273 ENTROPY_TRACE("\tnumber of non zero coeffs ",u4_total_coeff); in ih264e_write_coeff4x4_cavlc()
274 ENTROPY_TRACE("\tnumber of trailing ones ",0); in ih264e_write_coeff4x4_cavlc()
299 ENTROPY_TRACE("\tnumber of non zero coeffs ",u4_total_coeff); in ih264e_write_coeff4x4_cavlc()
300 ENTROPY_TRACE("\tnC ",u4_nc); in ih264e_write_coeff4x4_cavlc()
305 ENTROPY_TRACE("\tcodeword ",u4_codeword); in ih264e_write_coeff4x4_cavlc()
306 ENTROPY_TRACE("\tcodesize ",u4_codesize); in ih264e_write_coeff4x4_cavlc()
335 ENTROPY_TRACE("\tnumber of non zero coeffs ",u4_total_coeff); in ih264e_write_coeff4x4_cavlc()
336 ENTROPY_TRACE("\tnumber of trailing ones ",u4_trailing_ones); in ih264e_write_coeff4x4_cavlc()
360 ENTROPY_TRACE("\tnumber of non zero coeffs ",u4_total_coeff); in ih264e_write_coeff4x4_cavlc()
361 ENTROPY_TRACE("\tnumber of trailing ones ",u4_trailing_ones); in ih264e_write_coeff4x4_cavlc()
[all …]
Dih264e_encode_header.h54 ENTROPY_TRACE(syntax_string, code_val); \
71 ENTROPY_TRACE(syntax_string, code_val); \
87 ENTROPY_TRACE(syntax_string, code_val); \
Dih264e_trace.h86 #define ENTROPY_TRACE(syntax_string, value) \ macro
112 #define ENTROPY_TRACE(syntax_string, value) macro
Dih264e_process.c477 ENTROPY_TRACE("mb index x %d", ps_entropy->i4_mb_x); in ih264e_entropy()
478 ENTROPY_TRACE("mb index y %d", ps_entropy->i4_mb_y); in ih264e_entropy()