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

  /external/webp/src/dsp/
dec.c 259 static void HE4(uint8_t* dst) { // horizontal
735 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_msa.c 273 static WEBP_INLINE void HE4(uint8_t* dst, const uint8_t* top) { // horizontal
434 HE4(I4HE4 + dst, top);
enc_sse2.c 728 static WEBP_INLINE void HE4(uint8_t* dst, const uint8_t* top) { // horizontal
    [all...]

Completed in 75 milliseconds