Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_cavlc.c267 UWORD32 u4_codesize = 1; in ih264e_write_coeff4x4_cavlc() local
271 u4_codesize = 2; in ih264e_write_coeff4x4_cavlc()
285 u4_codesize = 6; in ih264e_write_coeff4x4_cavlc()
294 u4_codesize <<= u4_vlcnum; in ih264e_write_coeff4x4_cavlc()
295 u4_codeword >>= (4 - u4_codesize); in ih264e_write_coeff4x4_cavlc()
304 DEBUG("\nCOEFF TOKEN 0: %d u4_codeword, %d u4_codesize",u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
306 ENTROPY_TRACE("\tcodesize ",u4_codesize); in ih264e_write_coeff4x4_cavlc()
308 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
328 UWORD32 u4_codesize; in ih264e_write_coeff4x4_cavlc() local
332 u4_codesize = gu1_size_coeff_token_table_chroma[u4_trailing_ones][u4_total_coeff-1]; in ih264e_write_coeff4x4_cavlc()
[all …]