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

  /external/opencv3/3rdparty/libwebp/dsp/
dec.c 370 static void HU4(uint8_t *dst) { // Horizontal-Up
478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
enc.c 461 static void HU4(uint8_t* dst, const uint8_t* top) {
527 HU4(I4HU4 + dst, top);
  /external/webp/src/dsp/
dec.c 359 static void HU4(uint8_t* dst) { // Horizontal-Up
719 VP8PredLuma4[9] = HU4;
enc.c 454 static void HU4(uint8_t* dst, const uint8_t* top) {
520 HU4(I4HU4 + dst, top);
enc_mips_dsp_r2.c     [all...]
enc_sse2.c     [all...]

Completed in 367 milliseconds