HomeSort by relevance Sort by last modified time
    Searched refs:short_fdct8x4 (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
block.h 155 void (*short_fdct8x4)(short *input, short *output, int pitch); member in struct:macroblock
encodemb.c 124 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],
ethreading.c 331 z->short_fdct8x4 = x->short_fdct8x4;
rdopt.c 596 mb->short_fdct8x4(beptr->src_diff, beptr->coeff, 32);
    [all...]
onyx_if.c     [all...]

Completed in 499 milliseconds