Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_format_conv.c122 UWORD8 *pu1_y_src_nxt; in ih264d_fmt_conv_420sp_to_rgb565() local
138 pu1_y_src_nxt = pu1_y_src + src_y_strd; in ih264d_fmt_conv_420sp_to_rgb565()
182 u4_b = CLIP_U8(*pu1_y_src_nxt + i2_b); 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()
188 u4_r = CLIP_U8(*pu1_y_src_nxt + i2_r); in ih264d_fmt_conv_420sp_to_rgb565()
191 pu1_y_src_nxt++; in ih264d_fmt_conv_420sp_to_rgb565()
196 u4_b = CLIP_U8(*pu1_y_src_nxt + i2_b); 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()
202 u4_r = CLIP_U8(*pu1_y_src_nxt + i2_r); in ih264d_fmt_conv_420sp_to_rgb565()
205 pu1_y_src_nxt++; in ih264d_fmt_conv_420sp_to_rgb565()
[all …]
/external/libavc/encoder/
Dih264e_fmt_conv.c110 UWORD8 *pu1_y_src_nxt; in ih264e_fmt_conv_420sp_to_rgb565() local
126 pu1_y_src_nxt = pu1_y_src + src_y_strd; in ih264e_fmt_conv_420sp_to_rgb565()
170 u4_b = CLIP_U8(*pu1_y_src_nxt + i2_b); 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()
176 u4_r = CLIP_U8(*pu1_y_src_nxt + i2_r); in ih264e_fmt_conv_420sp_to_rgb565()
179 pu1_y_src_nxt++; in ih264e_fmt_conv_420sp_to_rgb565()
184 u4_b = CLIP_U8(*pu1_y_src_nxt + i2_b); 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()
190 u4_r = CLIP_U8(*pu1_y_src_nxt + i2_r); in ih264e_fmt_conv_420sp_to_rgb565()
193 pu1_y_src_nxt++; in ih264e_fmt_conv_420sp_to_rgb565()
[all …]
/external/libhevc/decoder/
Dihevcd_fmt_conv.c131 UWORD8 *pu1_y_src_nxt; in ihevcd_fmt_conv_420sp_to_rgb565() local
147 pu1_y_src_nxt = pu1_y_src + src_y_strd; in ihevcd_fmt_conv_420sp_to_rgb565()
190 u4_b = CLIP_U8(*pu1_y_src_nxt + i2_b); 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()
196 u4_r = CLIP_U8(*pu1_y_src_nxt + i2_r); in ihevcd_fmt_conv_420sp_to_rgb565()
199 pu1_y_src_nxt++; in ihevcd_fmt_conv_420sp_to_rgb565()
204 u4_b = CLIP_U8(*pu1_y_src_nxt + i2_b); 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()
210 u4_r = CLIP_U8(*pu1_y_src_nxt + i2_r); in ihevcd_fmt_conv_420sp_to_rgb565()
213 pu1_y_src_nxt++; in ihevcd_fmt_conv_420sp_to_rgb565()
[all …]