• Home
  • Raw
  • Download

Lines Matching refs:u4_bitstream_offset

79     UWORD32 u4_bitstream_offset = *pu4_bitstrm_ofst;  in ih264d_uev()  local
85 NEXTBITS_32(u4_word, u4_bitstream_offset, pu4_bitstrm_buf); in ih264d_uev()
88 u4_bitstream_offset += (u4_ldz + 1); in ih264d_uev()
92 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, u4_ldz); in ih264d_uev()
93 *pu4_bitstrm_ofst = u4_bitstream_offset; in ih264d_uev()
124 UWORD32 u4_bitstream_offset = *pu4_bitstrm_ofst; in ih264d_sev() local
130 NEXTBITS_32(u4_word, u4_bitstream_offset, pu4_bitstrm_buf); in ih264d_sev()
134 u4_bitstream_offset += (u4_ldz + 1); in ih264d_sev()
139 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, u4_ldz); in ih264d_sev()
141 *pu4_bitstrm_ofst = u4_bitstream_offset; in ih264d_sev()
308 UWORD32 u4_bitstream_offset = ps_bitstrm->u4_ofst; in ih264d_cavlc_4x4res_block_totalcoeff_1() local
328 GETBIT(u4_sign, u4_bitstream_offset, pu4_bitstrm_buf); in ih264d_cavlc_4x4res_block_totalcoeff_1()
342 FIND_ONE_IN_STREAM_32(u4_lev_prefix, u4_bitstream_offset, in ih264d_cavlc_4x4res_block_totalcoeff_1()
363 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_1()
379 FIND_ONE_IN_STREAM_LEN(u4_ldz, u4_bitstream_offset, pu4_bitstrm_buf, 8); in ih264d_cavlc_4x4res_block_totalcoeff_1()
383 GETBIT(u4_tot_zero, u4_bitstream_offset, pu4_bitstrm_buf); in ih264d_cavlc_4x4res_block_totalcoeff_1()
407 ps_bitstrm->u4_ofst = u4_bitstream_offset; in ih264d_cavlc_4x4res_block_totalcoeff_1()
443 UWORD32 u4_bitstream_offset = ps_bitstrm->u4_ofst; in ih264d_cavlc_4x4res_block_totalcoeff_2to10() local
473 GETBITS(u4_signs, u4_bitstream_offset, pu4_bitstrm_buf, u4_cnt); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
497 FIND_ONE_IN_STREAM_32(u4_lev_prefix, u4_bitstream_offset, in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
524 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
546 FIND_ONE_IN_STREAM_32(u4_lev_prefix, u4_bitstream_offset, in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
556 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
599 NEXTBITS(u4_index, u4_bitstream_offset, pu4_bitstrm_buf, 6); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
602 FLUSHBITS(u4_bitstream_offset, (u4_total_zeroes >> 4)); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
624 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
628 FLUSHBITS(u4_bitstream_offset, 3); 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()
652 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
657 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03)); in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
689 ps_bitstrm->u4_ofst = u4_bitstream_offset; in ih264d_cavlc_4x4res_block_totalcoeff_2to10()
725 UWORD32 u4_bitstream_offset = ps_bitstrm->u4_ofst; in ih264d_cavlc_4x4res_block_totalcoeff_11to16() local
754 GETBITS(u4_signs, u4_bitstream_offset, pu4_bitstrm_buf, u4_cnt); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
783 FIND_ONE_IN_STREAM_32(u4_lev_prefix, u4_bitstream_offset, in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
789 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
807 FIND_ONE_IN_STREAM_32(u4_lev_prefix, u4_bitstream_offset, in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
834 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
857 FIND_ONE_IN_STREAM_32(u4_lev_prefix, u4_bitstream_offset, in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
867 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
908 NEXTBITS(u4_index, u4_bitstream_offset, pu4_bitstrm_buf, 4); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
911 FLUSHBITS(u4_bitstream_offset, (u4_total_zeroes >> 4)); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
935 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
940 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03)); in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
970 ps_bitstrm->u4_ofst = u4_bitstream_offset; in ih264d_cavlc_4x4res_block_totalcoeff_11to16()
1001 UWORD32 u4_bitstream_offset = ps_bitstrm->u4_ofst; in ih264d_rest_of_residual_cav_chroma_dc_block() local
1030 GETBITS(u4_signs, u4_bitstream_offset, pu4_bitstrm_buf, u4_cnt); in ih264d_rest_of_residual_cav_chroma_dc_block()
1054 FIND_ONE_IN_STREAM_32(u4_lev_prefix, u4_bitstream_offset, in ih264d_rest_of_residual_cav_chroma_dc_block()
1081 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_rest_of_residual_cav_chroma_dc_block()
1103 FIND_ONE_IN_STREAM_32(u4_lev_prefix, u4_bitstream_offset, in ih264d_rest_of_residual_cav_chroma_dc_block()
1113 GETBITS(u4_lev_suffix, u4_bitstream_offset, pu4_bitstrm_buf, in ih264d_rest_of_residual_cav_chroma_dc_block()
1145 FIND_ONE_IN_STREAM_LEN(u4_total_zeroes, u4_bitstream_offset, in ih264d_rest_of_residual_cav_chroma_dc_block()
1168 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 3); 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()
1201 ps_bitstrm->u4_ofst = u4_bitstream_offset; in ih264d_rest_of_residual_cav_chroma_dc_block()
1228 UWORD32 u4_bitstream_offset = ps_bitstrm->u4_ofst; in ih264d_cavlc_parse4x4coeff_n0to7() local
1238 FIND_ONE_IN_STREAM_32(u4_ldz, u4_bitstream_offset, pu4_bitstrm_buf); in ih264d_cavlc_parse4x4coeff_n0to7()
1239 NEXTBITS(u4_index, u4_bitstream_offset, pu4_bitstrm_buf, 3); in ih264d_cavlc_parse4x4coeff_n0to7()
1246 FLUSHBITS(u4_bitstream_offset, (u4_code & 0x03)); in ih264d_cavlc_parse4x4coeff_n0to7()
1247 ps_bitstrm->u4_ofst = u4_bitstream_offset; in ih264d_cavlc_parse4x4coeff_n0to7()
1279 UWORD32 u4_bitstream_offset = ps_bitstrm->u4_ofst; in ih264d_cavlc_parse4x4coeff_n8() local
1283 GETBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 6); in ih264d_cavlc_parse4x4coeff_n8()
1284 ps_bitstrm->u4_ofst = u4_bitstream_offset; in ih264d_cavlc_parse4x4coeff_n8()
1329 UWORD32 u4_bitstream_offset = ps_bitstrm->u4_ofst; in ih264d_cavlc_parse_chroma_dc() local
1335 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 8); in ih264d_cavlc_parse_chroma_dc()
1339 FLUSHBITS(u4_bitstream_offset, ((u4_code & 0x7) + 1)); in ih264d_cavlc_parse_chroma_dc()
1340 ps_bitstrm->u4_ofst = u4_bitstream_offset; in ih264d_cavlc_parse_chroma_dc()
1395 u4_bitstream_offset = ps_bitstrm->u4_ofst; in ih264d_cavlc_parse_chroma_dc()
1397 NEXTBITS(u4_code, u4_bitstream_offset, pu4_bitstrm_buf, 8); in ih264d_cavlc_parse_chroma_dc()
1401 FLUSHBITS(u4_bitstream_offset, ((u4_code & 0x7) + 1)); in ih264d_cavlc_parse_chroma_dc()
1402 ps_bitstrm->u4_ofst = u4_bitstream_offset; in ih264d_cavlc_parse_chroma_dc()
1536 UWORD32 u4_bitstream_offset = *pu4_bitstream_off; in ih264d_parse_pmb_ref_index_cavlc() local
1542 NEXTBITS_32(u4_word, u4_bitstream_offset, pu4_bitstrm_buf); in ih264d_parse_pmb_ref_index_cavlc()
1545 u4_bitstream_offset += (u4_ldz + 1); in ih264d_parse_pmb_ref_index_cavlc()
1549 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, u4_ldz); in ih264d_parse_pmb_ref_index_cavlc()
1550 *pu4_bitstream_off = u4_bitstream_offset; in ih264d_parse_pmb_ref_index_cavlc()
1649 UWORD32 u4_bitstream_offset = *pu4_bitstream_off; in ih264d_parse_bmb_ref_index_cavlc() local
1655 NEXTBITS_32(u4_word, u4_bitstream_offset, pu4_bitstrm_buf); in ih264d_parse_bmb_ref_index_cavlc()
1658 u4_bitstream_offset += (u4_ldz + 1); in ih264d_parse_bmb_ref_index_cavlc()
1662 GETBITS(u4_word, u4_bitstream_offset, pu4_bitstrm_buf, u4_ldz); in ih264d_parse_bmb_ref_index_cavlc()
1663 *pu4_bitstream_off = u4_bitstream_offset; in ih264d_parse_bmb_ref_index_cavlc()