Home
last modified time | relevance | path

Searched refs:vp8_short_fdct8x4 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp8/encoder/
Dencodemb.c124 x->vp8_short_fdct8x4(&x->block[i].src_diff[0], in vp8_transform_mbuv()
136 x->vp8_short_fdct8x4(&x->block[i].src_diff[0], in vp8_transform_intra_mby()
156 x->vp8_short_fdct8x4(&x->block[i].src_diff[0], in vp8_transform_mb()
166 x->vp8_short_fdct8x4(&x->block[i].src_diff[0], in vp8_transform_mb()
183 x->vp8_short_fdct8x4(&x->block[i].src_diff[0], in vp8_transform_mby()
Dblock.h115 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch); member
Dethreading.c255 z->vp8_short_fdct8x4 = x->vp8_short_fdct8x4; in setup_mbby_copy()
Donyx_if.c145 extern void (*vp8_short_fdct8x4)(short *input, short *output, int pitch);
1246 cpi->mb.vp8_short_fdct8x4 = FDCT_INVOKE(&cpi->rtcd.fdct, short8x4); in vp8_set_speed_features()
1251 cpi->mb.vp8_short_fdct8x4 = FDCT_INVOKE(&cpi->rtcd.fdct, fast8x4); in vp8_set_speed_features()
Drdopt.c1059 mb->vp8_short_fdct8x4(beptr->src_diff, beptr->coeff, 32); in macro_block_yrd()
/external/libvpx/vp8/encoder/ppc/
Dcsystemdependent.c41 void (*vp8_short_fdct8x4)(short *input, short *output, int pitch); variable
133 vp8_short_fdct8x4 = vp8_short_fdct8x4_ppc; in vp8_cmachine_specific_config()