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

  /external/opencv3/3rdparty/libwebp/dsp/
dec.c 269 static void HE4(uint8_t *dst) { // horizontal
478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
enc.c 361 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal
521 HE4(I4HE4 + dst, top);
  /external/webp/src/dsp/
dec.c 258 static void HE4(uint8_t* dst) { // horizontal
713 VP8PredLuma4[3] = HE4;
enc.c 354 static void HE4(uint8_t* dst, const uint8_t* top) { // horizontal
514 HE4(I4HE4 + dst, top);
enc_mips_dsp_r2.c     [all...]
enc_sse2.c 817 static WEBP_INLINE void HE4(uint8_t* dst, const uint8_t* top) { // horizontal
    [all...]

Completed in 174 milliseconds