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

  /external/webp/src/dsp/
yuv_sse41.c 574 const uint16_t* const last_rgb = rgb + 4 * max_width; local
575 while (rgb < last_rgb) {
yuv_sse2.c 718 const uint16_t* const last_rgb = rgb + 4 * max_width; local
719 while (rgb < last_rgb) {
    [all...]

Completed in 45 milliseconds