Home
last modified time | relevance | path

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

/rockchip-linux_mpp/utils/
H A Dosd3_test.c85 RK_U16 *tmp_u16 = NULL; in translate_argb() local
142 tmp_u16 = (RK_U16 *)dst; in translate_argb()
148 tmp_u16[j * width + i] = ((tmp_r >> 3) << 10) + in translate_argb()
158 tmp_u16 = (RK_U16 *)dst; in translate_argb()
164 tmp_u16[j * width + i] = ((tmp_b >> 3) << 10) + in translate_argb()
174 tmp_u16 = (RK_U16 *)dst; in translate_argb()
180 tmp_u16[j * width + i] = ((tmp_r >> 3) << 11) + in translate_argb()
190 tmp_u16 = (RK_U16 *)dst; in translate_argb()
196 tmp_u16[j * width + i] = ((tmp_b >> 3) << 11) + in translate_argb()
206 tmp_u16 = (RK_U16 *)dst; in translate_argb()
[all …]