Lines Matching refs:s_parse
191 bitstrm_t *ps_bitstrm = &ps_codec->s_parse.s_bitstrm; in ihevcd_parse_residual_coding()
198 cab_ctxt_t *ps_cabac = &ps_codec->s_parse.s_cabac; in ihevcd_parse_residual_coding()
208 ps_pps = ps_codec->s_parse.ps_pps; in ihevcd_parse_residual_coding()
213 !ps_codec->s_parse.s_cu.i4_cu_transquant_bypass && in ihevcd_parse_residual_coding()
312 if(PRED_MODE_INTRA == ps_codec->s_parse.s_cu.i4_pred_mode) in ihevcd_parse_residual_coding()
337 WORD8 *pi1_buf = (WORD8 *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_residual_coding()
351 ps_codec->s_parse.pv_tu_coeff_data = pi1_buf; in ihevcd_parse_residual_coding()
643 ps_tu_sblk_coeff_data = (tu_sblk_coeff_data_t *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_residual_coding()
729 …sign_hidden = (((last_sig_scan_pos - first_sig_scan_pos) > 3) && !ps_codec->s_parse.s_cu.i4_cu_tra… in ihevcd_parse_residual_coding()
893 UWORD8 *pu1_buf = (UWORD8 *)ps_codec->s_parse.pv_tu_coeff_data; in ihevcd_parse_residual_coding()
896 ps_codec->s_parse.pv_tu_coeff_data = pu1_buf; in ihevcd_parse_residual_coding()