Home
last modified time | relevance | path

Searched refs:CALC_RGB565 (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dupsampling_msa.c231 #define CALC_RGB565(y, u, v, out0, out1, N, dst) do { \ macro
504 CALC_RGB565(y, u, v, GB, RG, 16, dst); in YuvToRgb565Line()
506 CALC_RGB565(y, u, v, RG, GB, 16, dst); in YuvToRgb565Line()
518 CALC_RGB565(temp, u, v, GB, RG, 16, temp); in YuvToRgb565Line()
520 CALC_RGB565(temp, u, v, RG, GB, 16, temp); in YuvToRgb565Line()
527 CALC_RGB565(temp, u, v, GB, RG, 8, temp); in YuvToRgb565Line()
529 CALC_RGB565(temp, u, v, RG, GB, 8, temp); in YuvToRgb565Line()