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

  /external/libvpx/vp8/common/
idct.h 68 vp8_idct_scalar_add_fn_t idct1_scalar_add; member in struct:__anon8445
  /external/libvpx/vp8/common/generic/
systemdependent.c 30 rtcd->idct.idct1_scalar_add = vp8_dc_only_idct_add_c;
  /external/libvpx/vp8/common/x86/
x86_systemdependent.c 46 rtcd->idct.idct1_scalar_add = vp8_dc_only_idct_add_mmx;
  /external/libvpx/vp8/decoder/
decodframe.c 274 IDCT_INVOKE(RTCD_VTABLE(idct), idct1_scalar_add)
threading.c 195 IDCT_INVOKE(RTCD_VTABLE(idct), idct1_scalar_add)
    [all...]

Completed in 283 milliseconds