Home
last modified time | relevance | path

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

/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.h53 ENTROPY_TRACE(syntax_string, code_val);\
64 ENTROPY_TRACE(syntax_string, code_val);\
75 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.c428 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()