Searched refs:i2_g (Results 1 – 3 of 3) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_format_conv.c | 119 WORD16 i2_r, i2_g, i2_b; in ih264d_fmt_conv_420sp_to_rgb565() local 146 i2_g = ((*pu1_u_src - 128) * COEFF2 + (*pu1_v_src - 128) * COEFF3) in ih264d_fmt_conv_420sp_to_rgb565() 157 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264d_fmt_conv_420sp_to_rgb565() 171 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264d_fmt_conv_420sp_to_rgb565() 185 u4_g = CLIP_U8(*pu1_y_src_nxt + i2_g); in ih264d_fmt_conv_420sp_to_rgb565() 199 u4_g = CLIP_U8(*pu1_y_src_nxt + i2_g); in ih264d_fmt_conv_420sp_to_rgb565() 233 WORD16 i2_r, i2_g, i2_b; in ih264d_fmt_conv_420sp_to_rgba8888() local 260 i2_g = ((*pu1_u_src - 128) * COEFF2 + (*pu1_v_src - 128) * COEFF3) in ih264d_fmt_conv_420sp_to_rgba8888() 270 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264d_fmt_conv_420sp_to_rgba8888() 281 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264d_fmt_conv_420sp_to_rgba8888() [all …]
|
/external/libavc/encoder/ |
D | ih264e_fmt_conv.c | 107 WORD16 i2_r, i2_g, i2_b; in ih264e_fmt_conv_420sp_to_rgb565() local 134 i2_g = ((*pu1_u_src - 128) * COEFF2 + (*pu1_v_src - 128) * COEFF3) in ih264e_fmt_conv_420sp_to_rgb565() 145 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264e_fmt_conv_420sp_to_rgb565() 159 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264e_fmt_conv_420sp_to_rgb565() 173 u4_g = CLIP_U8(*pu1_y_src_nxt + i2_g); in ih264e_fmt_conv_420sp_to_rgb565() 187 u4_g = CLIP_U8(*pu1_y_src_nxt + i2_g); in ih264e_fmt_conv_420sp_to_rgb565() 220 WORD16 i2_r, i2_g, i2_b; in ih264e_fmt_conv_420sp_to_rgba8888() local 247 i2_g = ((*pu1_u_src - 128) * COEFF2 + (*pu1_v_src - 128) * COEFF3) in ih264e_fmt_conv_420sp_to_rgba8888() 257 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264e_fmt_conv_420sp_to_rgba8888() 268 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ih264e_fmt_conv_420sp_to_rgba8888() [all …]
|
/external/libhevc/decoder/ |
D | ihevcd_fmt_conv.c | 128 WORD16 i2_r, i2_g, i2_b; in ihevcd_fmt_conv_420sp_to_rgb565() local 155 i2_g = ((*pu1_u_src - 128) * COEFF2 + (*pu1_v_src - 128) * COEFF3) >> 13; in ihevcd_fmt_conv_420sp_to_rgb565() 165 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ihevcd_fmt_conv_420sp_to_rgb565() 179 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ihevcd_fmt_conv_420sp_to_rgb565() 193 u4_g = CLIP_U8(*pu1_y_src_nxt + i2_g); in ihevcd_fmt_conv_420sp_to_rgb565() 207 u4_g = CLIP_U8(*pu1_y_src_nxt + i2_g); in ihevcd_fmt_conv_420sp_to_rgb565() 243 WORD16 i2_r, i2_g, i2_b; in ihevcd_fmt_conv_420sp_to_rgba8888() local 270 i2_g = ((*pu1_u_src - 128) * COEFF2 + (*pu1_v_src - 128) * COEFF3) >> 13; in ihevcd_fmt_conv_420sp_to_rgba8888() 279 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ihevcd_fmt_conv_420sp_to_rgba8888() 290 u4_g = CLIP_U8(*pu1_y_src + i2_g); in ihevcd_fmt_conv_420sp_to_rgba8888() [all …]
|