HomeSort by relevance Sort by last modified time
    Searched defs:ps_bitstrm (Results 1 - 4 of 4) sorted by null

  /external/libhevc/decoder/
ihevcd_parse_slice_header.c 89 * @param[in] ps_bitstrm
101 IHEVCD_ERROR_T ihevcd_operation_point_set(vps_t *ps_vps, bitstrm_t *ps_bitstrm, WORD32 ops_idx)
110 BITS_PARSE("list_entry_l0[ i ]", value, ps_bitstrm, 1);
140 WORD32 ihevcd_ref_pic_list_modification(bitstrm_t *ps_bitstrm,
164 BITS_PARSE("ref_pic_list_modification_flag_l0", value, ps_bitstrm, 1);
170 BITS_PARSE("list_entry_l0", value, ps_bitstrm, num_bits_list_entry);
179 BITS_PARSE("ref_pic_list_modification_flag_l1", value, ps_bitstrm, 1);
185 BITS_PARSE("list_entry_l1", value, ps_bitstrm, num_bits_list_entry);
229 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
245 BITS_PARSE("first_slice_in_pic_flag", first_slice_in_pic_flag, ps_bitstrm, 1)
    [all...]
ihevcd_parse_residual.c 191 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
228 ps_bitstrm,
256 ps_bitstrm,
266 ps_bitstrm,
281 ps_bitstrm,
298 ps_bitstrm,
519 IHEVCD_CABAC_DECODE_BIN(cur_csbf, ps_cabac, ps_bitstrm, ctxt_idx);
599 ps_bitstrm,
688 IHEVCD_CABAC_DECODE_BIN(coeff_abs_level_greater1_flag, ps_cabac, ps_bitstrm, ctxt_idx);
744 IHEVCD_CABAC_DECODE_BIN(coeff_abs_level_greater2_flag, ps_cabac, ps_bitstrm, ctxt_idx)
    [all...]
ihevcd_parse_headers.c 126 * @param[in] ps_bitstrm
146 WORD32 ihevcd_parse_pred_wt_ofst(bitstrm_t *ps_bitstrm,
158 UEV_PARSE("luma_log2_weight_denom", value, ps_bitstrm);
163 SEV_PARSE("delta_chroma_log2_weight_denom", value, ps_bitstrm);
169 BITS_PARSE("luma_weight_l0_flag[ i ]", value, ps_bitstrm, 1);
179 BITS_PARSE("chroma_weight_l0_flag[ i ]", value, ps_bitstrm, 1);
196 SEV_PARSE("delta_luma_weight_l0[ i ]", value, ps_bitstrm);
201 SEV_PARSE("luma_offset_l0[ i ]", value, ps_bitstrm);
214 SEV_PARSE("delta_chroma_weight_l0[ i ][ j ]", value, ps_bitstrm);
218 SEV_PARSE("delta_chroma_offset_l0[ i ][ j ]", value, ps_bitstrm);
956 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
1089 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
1193 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
1622 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
    [all...]
ihevcd_parse_slice.c 129 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
151 split_transform_flag = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx);
193 value = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx);
201 value = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx);
251 value = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx);
293 ps_bitstrm,
300 value = ihevcd_cabac_decode_bypass_bins_egk(ps_cabac, ps_bitstrm, 0);
311 value = ihevcd_cabac_decode_bypass_bin(ps_cabac, ps_bitstrm);
426 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
436 abs_mvd_greater0_flag[0] = ihevcd_cabac_decode_bin(ps_cabac, ps_bitstrm, ctxt_idx)
538 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
629 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
811 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
954 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
1165 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
1683 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
1957 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; local
    [all...]

Completed in 475 milliseconds