Lines Matching refs:u4_trailing_ones

250     UWORD32 u4_trailing_ones = 0;  in ih264e_write_coeff4x4_cavlc()  local
320 u4_trailing_ones = u4_totzero_sign_trailone & 0xFF; in ih264e_write_coeff4x4_cavlc()
323 u4_remaining_coeff = u4_total_coeff - u4_trailing_ones; in ih264e_write_coeff4x4_cavlc()
331 u4_codeword = gu1_code_coeff_token_table_chroma[u4_trailing_ones][u4_total_coeff-1]; in ih264e_write_coeff4x4_cavlc()
332 u4_codesize = gu1_size_coeff_token_table_chroma[u4_trailing_ones][u4_total_coeff-1]; in ih264e_write_coeff4x4_cavlc()
334 DEBUG("\n[%d numcoeff, %d numtrailing ones]",u4_total_coeff, u4_trailing_ones); in ih264e_write_coeff4x4_cavlc()
336 ENTROPY_TRACE("\tnumber of trailing ones ",u4_trailing_ones); in ih264e_write_coeff4x4_cavlc()
345 u4_codeword = ((u4_total_coeff-1) << 2 ) + u4_trailing_ones; in ih264e_write_coeff4x4_cavlc()
355 … u4_codeword = gu1_code_coeff_token_table[u4_vlcnum][u4_trailing_ones][u4_total_coeff-1]; in ih264e_write_coeff4x4_cavlc()
356 … u4_codesize = gu1_size_coeff_token_table[u4_vlcnum][u4_trailing_ones][u4_total_coeff-1]; in ih264e_write_coeff4x4_cavlc()
359 … DEBUG("\n[%d numcoeff, %d numtrailing ones, %d nnz]",u4_total_coeff, u4_trailing_ones, u4_nc); in ih264e_write_coeff4x4_cavlc()
361 ENTROPY_TRACE("\tnumber of trailing ones ",u4_trailing_ones); in ih264e_write_coeff4x4_cavlc()
373 if (u4_trailing_ones) in ih264e_write_coeff4x4_cavlc()
375 DEBUG("\nT1's: %d u4_codeword, %d u4_codesize",u4_sign1, u4_trailing_ones); in ih264e_write_coeff4x4_cavlc()
376 error_status = ih264e_put_bits(ps_bit_stream, u4_sign1, u4_trailing_ones); in ih264e_write_coeff4x4_cavlc()
377 ENTROPY_TRACE("\tnumber of trailing ones ",u4_trailing_ones); in ih264e_write_coeff4x4_cavlc()
394 if (u4_trailing_ones < 3) in ih264e_write_coeff4x4_cavlc()