Searched refs:ENTROPY_TRACE (Results 1 – 4 of 4) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_cavlc.c | 273 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 …]
|
D | ih264e_encode_header.h | 53 ENTROPY_TRACE(syntax_string, code_val);\ 64 ENTROPY_TRACE(syntax_string, code_val);\ 75 ENTROPY_TRACE(syntax_string, code_val);\
|
D | ih264e_trace.h | 86 #define ENTROPY_TRACE(syntax_string, value) \ macro 112 #define ENTROPY_TRACE(syntax_string, value) macro
|
D | ih264e_process.c | 428 ENTROPY_TRACE("mb index x %d", ps_entropy->i4_mb_x); in ih264e_entropy() 429 ENTROPY_TRACE("mb index y %d", ps_entropy->i4_mb_y); in ih264e_entropy()
|