Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dencodemb.c76 x->short_fdct8x4(&x->block[i].src_diff[0], in vp8_transform_mbuv()
88 x->short_fdct8x4(&x->block[i].src_diff[0], in vp8_transform_intra_mby()
108 x->short_fdct8x4(&x->block[i].src_diff[0], in transform_mb()
118 x->short_fdct8x4(&x->block[i].src_diff[0], in transform_mb()
136 x->short_fdct8x4(&x->block[i].src_diff[0], in transform_mby()
Dblock.h162 void (*short_fdct8x4)(short *input, short *output, int pitch); member
Dethreading.c348 z->short_fdct8x4 = x->short_fdct8x4; in setup_mbby_copy()
Donyx_if.c1074 cpi->mb.short_fdct8x4 = vp8_short_fdct8x4; in vp8_set_speed_features()
1080 cpi->mb.short_fdct8x4 = vp8_short_fdct8x4; in vp8_set_speed_features()
Drdopt.c594 mb->short_fdct8x4(beptr->src_diff, beptr->coeff, 32); in macro_block_yrd()