Searched refs:u4_codeword (Results 1 – 1 of 1) sorted by relevance
266 UWORD32 u4_codeword = 15; in ih264e_write_coeff4x4_cavlc() local270 u4_codeword = 1; in ih264e_write_coeff4x4_cavlc()284 u4_codeword = 3; 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()305 ENTROPY_TRACE("\tcodeword ",u4_codeword); in ih264e_write_coeff4x4_cavlc()308 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()327 UWORD32 u4_codeword; in ih264e_write_coeff4x4_cavlc() local331 u4_codeword = gu1_code_coeff_token_table_chroma[u4_trailing_ones][u4_total_coeff-1]; in ih264e_write_coeff4x4_cavlc()345 u4_codeword = ((u4_total_coeff-1) << 2 ) + u4_trailing_ones; in ih264e_write_coeff4x4_cavlc()[all …]