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

  /external/opencv3/3rdparty/libwebp/enc/
quant.c 362 const int VP8UVModeOffsets[4] = { C8DC8, C8TM8, C8VE8, C8HE8 };
720 const uint8_t* const ref = it->yuv_p_ + VP8UVModeOffsets[mode];
    [all...]
  /external/webp/src/enc/
quant.c 444 const int VP8UVModeOffsets[4] = { C8DC8, C8TM8, C8VE8, C8HE8 };
816 const uint8_t* const ref = it->yuv_p_ + VP8UVModeOffsets[mode];
    [all...]

Completed in 215 milliseconds