Home
last modified time | relevance | path

Searched refs:short_fdct8x4 (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodemb.c124 x->short_fdct8x4(&x->block[i].src_diff[0], in vp8_transform_mbuv()
136 x->short_fdct8x4(&x->block[i].src_diff[0], in vp8_transform_intra_mby()
156 x->short_fdct8x4(&x->block[i].src_diff[0], in transform_mb()
166 x->short_fdct8x4(&x->block[i].src_diff[0], in transform_mb()
184 x->short_fdct8x4(&x->block[i].src_diff[0], in transform_mby()
Dblock.h159 void (*short_fdct8x4)(short *input, short *output, int pitch); member
Dethreading.c331 z->short_fdct8x4 = x->short_fdct8x4; in setup_mbby_copy()
Donyx_if.c1048 cpi->mb.short_fdct8x4 = vp8_short_fdct8x4; in vp8_set_speed_features()
1054 cpi->mb.short_fdct8x4 = vp8_short_fdct8x4; in vp8_set_speed_features()
Drdopt.c593 mb->short_fdct8x4(beptr->src_diff, beptr->coeff, 32); in macro_block_yrd()