HomeSort by relevance Sort by last modified time
    Searched defs:vp9_idct4x4_add (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_idct.c 122 void vp9_idct4x4_add(const tran_low_t *input, uint8_t *dest, int stride, function
185 vp9_idct4x4_add(input, dest, stride, eob);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.c 1325 void vp9_idct4x4_add(const int16_t *input, uint8_t *dest, int stride, int eob) { function
    [all...]

Completed in 340 milliseconds