Lines Matching refs:u4_codesize

267         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()
346 u4_codesize = 6; in ih264e_write_coeff4x4_cavlc()
356u4_codesize = gu1_size_coeff_token_table[u4_vlcnum][u4_trailing_ones][u4_total_coeff-1]; in ih264e_write_coeff4x4_cavlc()
365 DEBUG("\nCOEFF TOKEN 0: %d u4_codeword, %d u4_codesize",u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
367 ENTROPY_TRACE("\tcodesize ",u4_codesize); in ih264e_write_coeff4x4_cavlc()
369 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
424 UWORD32 u4_codesize; in ih264e_write_coeff4x4_cavlc() local
439 u4_codesize = 19; in ih264e_write_coeff4x4_cavlc()
444 u4_codesize = 28; in ih264e_write_coeff4x4_cavlc()
453 u4_codesize = (u4_codeval >> u4_suffix_length) + 1 + u4_suffix_length; in ih264e_write_coeff4x4_cavlc()
458 DEBUG("\nLEVEL: %d u4_codeword, %d u4_codesize",u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
460 ENTROPY_TRACE("\tcodesize ",u4_codesize); in ih264e_write_coeff4x4_cavlc()
461 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
501 UWORD32 u4_codesize; in ih264e_write_coeff4x4_cavlc() local
507 u4_codesize = gu1_size_zero_table_chroma[index]; in ih264e_write_coeff4x4_cavlc()
513 u4_codesize = gu1_size_zero_table[index]; in ih264e_write_coeff4x4_cavlc()
517 DEBUG("\nTOTAL ZEROS: %d u4_codeword, %d u4_codesize",u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
519 ENTROPY_TRACE("\tcodesize ",u4_codesize); in ih264e_write_coeff4x4_cavlc()
520 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
528 UWORD32 u4_codesize; in ih264e_write_coeff4x4_cavlc() local
545 u4_codesize = gu1_size_run_table[u4_index + u4_run_before]; in ih264e_write_coeff4x4_cavlc()
548 … DEBUG("\nRUN BEFORE ZEROS: %d u4_codeword, %d u4_codesize",u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()
550 ENTROPY_TRACE("\tcodesize ",u4_codesize); in ih264e_write_coeff4x4_cavlc()
551 error_status = ih264e_put_bits(ps_bit_stream, u4_codeword, u4_codesize); in ih264e_write_coeff4x4_cavlc()