Lines Matching refs:u4_code
177 UWORD32 u4_code; in ih264d_tev_range1() local
178 GETBIT(u4_code, *pu4_bitstrm_ofst, pu4_bitstrm_buf); in ih264d_tev_range1()
179 return (!u4_code); in ih264d_tev_range1()
625 UWORD32 u4_code; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local
627 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
629 if(u4_code != 0) in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
632 u4_run = (7 - u4_code); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
637 FIND_ONE_IN_STREAM_LEN(u4_code, u4_bitstream_offset, in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
639 u4_run = (4 + u4_code); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
657 UWORD32 u4_code; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local
658 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
660 u4_code = pu1_table_runbefore[u4_code + (u4_zeroes_left << 3)]; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
661 u4_run = u4_code >> 2; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
663 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03)); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
943 UWORD32 u4_code; in ih264d_cavlc_4x4res_block_totalcoeff_11to16() local
944 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
946 u4_code = pu1_table_runbefore[u4_code + (u4_zeroes_left << 3)]; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
947 u4_run = u4_code >> 2; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
949 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03)); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
1180 UWORD32 u4_code; in ih264d_rest_of_residual_cav_chroma_dc_block() local
1181 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_rest_of_residual_cav_chroma_dc_block()
1183 u4_code = pu1_table_runbefore[u4_code + (u4_zeroes_left << 3)]; in ih264d_rest_of_residual_cav_chroma_dc_block()
1184 u4_run = u4_code >> 2; in ih264d_rest_of_residual_cav_chroma_dc_block()
1186 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03)); in ih264d_rest_of_residual_cav_chroma_dc_block()
1242 UWORD32 u4_code, u4_index, u4_ldz; in ih264d_cavlc_parse4x4coeff_n0to7() local
1257 u4_code = pu2_code[u4_index]; in ih264d_cavlc_parse4x4coeff_n0to7()
1259 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03)); in ih264d_cavlc_parse4x4coeff_n0to7()
1261 *pu4_total_coeff = (u4_code >> 4); in ih264d_cavlc_parse4x4coeff_n0to7()
1269 u4_trailing_ones = ((u4_code >> 2) & 0x03); in ih264d_cavlc_parse4x4coeff_n0to7()
1293 UWORD32 u4_code; in ih264d_cavlc_parse4x4coeff_n8() local
1296 GETBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 6); in ih264d_cavlc_parse4x4coeff_n8()
1300 if(u4_code != 3) in ih264d_cavlc_parse4x4coeff_n8()
1305 *pu4_total_coeff = (u4_code >> 2) + 1; in ih264d_cavlc_parse4x4coeff_n8()
1306 u4_trailing_ones = u4_code & 0x03; in ih264d_cavlc_parse4x4coeff_n8()
1340 UWORD32 u4_total_coeff, u4_trailing_ones, u4_total_coeff_tone, u4_code; in ih264d_cavlc_parse_chroma_dc() local
1348 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 8); in ih264d_cavlc_parse_chroma_dc()
1350 u4_code = pu1_cav_chromdc[u4_code]; in ih264d_cavlc_parse_chroma_dc()
1352 FLUSHBITS(u4_bitstream_offset, ((u4_code & 0x7) + 1)); in ih264d_cavlc_parse_chroma_dc()
1355 u4_total_coeff = (u4_code >> 5); in ih264d_cavlc_parse_chroma_dc()
1370 u4_trailing_ones = ((u4_code >> 3) & 0x3); in ih264d_cavlc_parse_chroma_dc()
1410 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 8); in ih264d_cavlc_parse_chroma_dc()
1412 u4_code = pu1_cav_chromdc[u4_code]; in ih264d_cavlc_parse_chroma_dc()
1414 FLUSHBITS(u4_bitstream_offset, ((u4_code & 0x7) + 1)); in ih264d_cavlc_parse_chroma_dc()
1417 u4_total_coeff = (u4_code >> 5); in ih264d_cavlc_parse_chroma_dc()
1432 u4_trailing_ones = ((u4_code >> 3) & 0x3); in ih264d_cavlc_parse_chroma_dc()