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

  /external/libvpx/vp8/common/
invtrans.c 31 IDCT_INVOKE(rtcd, idct16)(b->dqcoeff, b->diff, pitch);
33 IDCT_INVOKE(rtcd, idct1)(b->dqcoeff, b->diff, pitch);
42 IDCT_INVOKE(rtcd, iwalsh16)(x->block[24].dqcoeff, x->block[24].diff);
73 IDCT_INVOKE(rtcd, iwalsh16)(&x->block[24].dqcoeff[0], x->block[24].diff);
idct.h 75 #define IDCT_INVOKE(ctx,fn) (ctx)->fn
77 #define IDCT_INVOKE(ctx,fn) vp8_idct_##fn
  /external/libvpx/vp8/decoder/
decodframe.c 237 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh16)(&b->dqcoeff[0], b->diff);
249 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh1)(&b->dqcoeff[0], b->diff);
274 IDCT_INVOKE(RTCD_VTABLE(idct), idct1_scalar_add)
threading.c 159 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh16)(&b->dqcoeff[0], b->diff);
171 IDCT_INVOKE(RTCD_VTABLE(idct), iwalsh1)(&b->dqcoeff[0], b->diff);
195 IDCT_INVOKE(RTCD_VTABLE(idct), idct1_scalar_add)
    [all...]
  /external/libvpx/vp8/encoder/
rdopt.c 662 IDCT_INVOKE(IF_RTCD(&cpi->rtcd.common->idct), idct16)(best_dqcoeff, b->diff, 32);
    [all...]

Completed in 1343 milliseconds