Lines Matching refs:ps_sps
212 sps_t *ps_sps = (ps_codec->s_parse.ps_sps_base + ps_codec->i4_sps_id); in ihevcd_fill_outargs() local
214 ps_ptl = &ps_sps->s_ptl; in ihevcd_fill_outargs()
607 … ps_slice_hdr_next->i2_ctb_y * ps_codec->s_parse.ps_sps->i2_pic_wd_in_ctb; in ihevcd_decode()
656 … (ps_codec->s_parse.i4_next_ctb_indx != ps_codec->s_parse.ps_sps->i4_pic_size_in_ctb)) in ihevcd_decode()
669 ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->i2_pic_ht_in_ctb; in ihevcd_decode()
751 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_decode() local
771 for(i = 0; i < ps_sps->i2_pic_ht_in_ctb; i++) in ihevcd_decode()
818 sps_t *ps_sps = ps_codec->s_parse.ps_sps; in ihevcd_decode() local
819 WORD32 num_rows = 1 << ps_sps->i1_log2_ctb_size; in ihevcd_decode()
825 … num_rows = MIN(num_rows, (ps_codec->i4_disp_ht - (s_job.i2_ctb_y << ps_sps->i1_log2_ctb_size))); in ihevcd_decode()
833 s_job.i2_ctb_y << ps_sps->i1_log2_ctb_size, in ihevcd_decode()