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()
622 UWORD32 u4_code; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local
624 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
626 if(u4_code != 0) in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
629 u4_run = (7 - u4_code); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
634 FIND_ONE_IN_STREAM_LEN(u4_code, u4_bitstream_offset, in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
636 u4_run = (4 + u4_code); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
651 UWORD32 u4_code; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local
652 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
654 u4_code = pu1_table_runbefore[u4_code + (u4_zeroes_left << 3)]; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
655 u4_run = u4_code >> 2; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
657 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03)); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
934 UWORD32 u4_code; in ih264d_cavlc_4x4res_block_totalcoeff_11to16() local
935 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
937 u4_code = pu1_table_runbefore[u4_code + (u4_zeroes_left << 3)]; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
938 u4_run = u4_code >> 2; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
940 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03)); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
1167 UWORD32 u4_code; in ih264d_rest_of_residual_cav_chroma_dc_block() local
1168 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_rest_of_residual_cav_chroma_dc_block()
1170 u4_code = pu1_table_runbefore[u4_code + (u4_zeroes_left << 3)]; in ih264d_rest_of_residual_cav_chroma_dc_block()
1171 u4_run = u4_code >> 2; in ih264d_rest_of_residual_cav_chroma_dc_block()
1173 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03)); in ih264d_rest_of_residual_cav_chroma_dc_block()
1229 UWORD32 u4_code, u4_index, u4_ldz; in ih264d_cavlc_parse4x4coeff_n0to7() local
1244 u4_code = pu2_code[u4_index]; in ih264d_cavlc_parse4x4coeff_n0to7()
1246 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03)); in ih264d_cavlc_parse4x4coeff_n0to7()
1248 *pu4_total_coeff = (u4_code >> 4); in ih264d_cavlc_parse4x4coeff_n0to7()
1256 u4_trailing_ones = ((u4_code >> 2) & 0x03); in ih264d_cavlc_parse4x4coeff_n0to7()
1280 UWORD32 u4_code; in ih264d_cavlc_parse4x4coeff_n8() local
1283 GETBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 6); in ih264d_cavlc_parse4x4coeff_n8()
1287 if(u4_code != 3) in ih264d_cavlc_parse4x4coeff_n8()
1292 *pu4_total_coeff = (u4_code >> 2) + 1; in ih264d_cavlc_parse4x4coeff_n8()
1293 u4_trailing_ones = u4_code & 0x03; in ih264d_cavlc_parse4x4coeff_n8()
1327 UWORD32 u4_total_coeff, u4_trailing_ones, u4_total_coeff_tone, u4_code; in ih264d_cavlc_parse_chroma_dc() local
1335 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 8); in ih264d_cavlc_parse_chroma_dc()
1337 u4_code = pu1_cav_chromdc[u4_code]; in ih264d_cavlc_parse_chroma_dc()
1339 FLUSHBITS(u4_bitstream_offset, ((u4_code & 0x7) + 1)); in ih264d_cavlc_parse_chroma_dc()
1342 u4_total_coeff = (u4_code >> 5); in ih264d_cavlc_parse_chroma_dc()
1357 u4_trailing_ones = ((u4_code >> 3) & 0x3); in ih264d_cavlc_parse_chroma_dc()
1397 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 8); in ih264d_cavlc_parse_chroma_dc()
1399 u4_code = pu1_cav_chromdc[u4_code]; in ih264d_cavlc_parse_chroma_dc()
1401 FLUSHBITS(u4_bitstream_offset, ((u4_code & 0x7) + 1)); in ih264d_cavlc_parse_chroma_dc()
1404 u4_total_coeff = (u4_code >> 5); in ih264d_cavlc_parse_chroma_dc()
1419 u4_trailing_ones = ((u4_code >> 3) & 0x3); in ih264d_cavlc_parse_chroma_dc()