Home
last modified time | relevance | path

Searched refs:cdsp (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcavs.c149 h->cdsp.cavs_filter_lv(h->cy, h->l_stride, alpha, beta, tc, bs[0], bs[1]); in ff_cavs_filter()
152 h->cdsp.cavs_filter_cv(h->cu, h->c_stride, alpha, beta, tc, bs[0], bs[1]); in ff_cavs_filter()
153 h->cdsp.cavs_filter_cv(h->cv, h->c_stride, alpha, beta, tc, bs[0], bs[1]); in ff_cavs_filter()
157 h->cdsp.cavs_filter_lv(h->cy + 8, h->l_stride, alpha, beta, tc, bs[2], bs[3]); in ff_cavs_filter()
158 h->cdsp.cavs_filter_lh(h->cy + 8 * h->l_stride, h->l_stride, alpha, beta, tc, bs[6], bs[7]); in ff_cavs_filter()
163 h->cdsp.cavs_filter_lh(h->cy, h->l_stride, alpha, beta, tc, bs[4], bs[5]); in ff_cavs_filter()
166 h->cdsp.cavs_filter_ch(h->cu, h->c_stride, alpha, beta, tc, bs[4], bs[5]); in ff_cavs_filter()
167 h->cdsp.cavs_filter_ch(h->cv, h->c_stride, alpha, beta, tc, bs[4], bs[5]); in ff_cavs_filter()
496 h->cdsp.put_cavs_qpel_pixels_tab[0], in ff_cavs_inter()
498 h->cdsp in ff_cavs_inter()
[all...]
H A Dcavs.h171 CAVSDSPContext cdsp; member
H A Dcavsdec.c591 h->cdsp.cavs_idct8_add(dst, block, stride); in decode_residual_block()

Completed in 5 milliseconds