Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_format_conv.c121 WORD16 i2_i, i2_j; in ih264d_fmt_conv_420sp_to_rgb565() local
143 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264d_fmt_conv_420sp_to_rgb565()
235 WORD16 i2_i, i2_j; in ih264d_fmt_conv_420sp_to_rgba8888() local
257 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264d_fmt_conv_420sp_to_rgba8888()
/external/libavc/encoder/
Dih264e_fmt_conv.c109 WORD16 i2_i, i2_j; in ih264e_fmt_conv_420sp_to_rgb565() local
131 for (i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264e_fmt_conv_420sp_to_rgb565()
222 WORD16 i2_i, i2_j; in ih264e_fmt_conv_420sp_to_rgba8888() local
244 for (i2_j = (wd >> 1); i2_j > 0; i2_j--) in ih264e_fmt_conv_420sp_to_rgba8888()
/external/libhevc/decoder/
Dihevcd_fmt_conv.c130 WORD16 i2_i, i2_j; in ihevcd_fmt_conv_420sp_to_rgb565() local
152 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ihevcd_fmt_conv_420sp_to_rgb565()
245 WORD16 i2_i, i2_j; in ihevcd_fmt_conv_420sp_to_rgba8888() local
267 for(i2_j = (wd >> 1); i2_j > 0; i2_j--) in ihevcd_fmt_conv_420sp_to_rgba8888()