Searched refs:short_fdct8x4 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h160 void (*short_fdct8x4)(short *input, short *output, int pitch); member in struct:macroblock
H A Dencodemb.c124 x->short_fdct8x4(&x->block[i].src_diff[0],
136 x->short_fdct8x4(&x->block[i].src_diff[0],
156 x->short_fdct8x4(&x->block[i].src_diff[0],
166 x->short_fdct8x4(&x->block[i].src_diff[0],
184 x->short_fdct8x4(&x->block[i].src_diff[0],
H A Dethreading.c346 z->short_fdct8x4 = x->short_fdct8x4;
H A Drdopt.c592 mb->short_fdct8x4(beptr->src_diff, beptr->coeff, 32);
H A Donyx_if.c1071 cpi->mb.short_fdct8x4 = vp8_short_fdct8x4;
1077 cpi->mb.short_fdct8x4 = vp8_short_fdct8x4;
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h159 void (*short_fdct8x4)(short *input, short *output, int pitch); member in struct:macroblock
H A Dencodemb.c124 x->short_fdct8x4(&x->block[i].src_diff[0],
136 x->short_fdct8x4(&x->block[i].src_diff[0],
156 x->short_fdct8x4(&x->block[i].src_diff[0],
166 x->short_fdct8x4(&x->block[i].src_diff[0],
184 x->short_fdct8x4(&x->block[i].src_diff[0],
H A Dethreading.c331 z->short_fdct8x4 = x->short_fdct8x4;
H A Drdopt.c593 mb->short_fdct8x4(beptr->src_diff, beptr->coeff, 32);
H A Donyx_if.c1048 cpi->mb.short_fdct8x4 = vp8_short_fdct8x4;
1054 cpi->mb.short_fdct8x4 = vp8_short_fdct8x4;

Completed in 666 milliseconds