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

  /external/webp/src/dsp/
enc_mips_dsp_r2.c     [all...]
dec.c 315 static void VR4(uint8_t* dst) { // Vertical-Right
715 VP8PredLuma4[5] = VR4;
enc.c 410 static void VR4(uint8_t* dst, const uint8_t* top) {
516 VR4(I4VR4 + dst, top);
dec_sse2.c     [all...]
enc_sse2.c     [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
dec.c 326 static void VR4(uint8_t *dst) { // Vertical-Right
478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
enc.c 417 static void VR4(uint8_t* dst, const uint8_t* top) {
523 VR4(I4VR4 + dst, top);

Completed in 208 milliseconds