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

  /external/opencv3/3rdparty/libwebp/enc/
quant.c 361 const int VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
652 const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode];
    [all...]
  /external/webp/src/enc/
quant.c 443 const int VP8I16ModeOffsets[4] = { I16DC16, I16TM16, I16VE16, I16HE16 };
742 const uint8_t* const ref = it->yuv_p_ + VP8I16ModeOffsets[mode];
    [all...]

Completed in 50 milliseconds