Home
last modified time | relevance | path

Searched refs:i2_i (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
141 for(i2_i = 0; i2_i < (ht >> 1); i2_i++) in ih264d_fmt_conv_420sp_to_rgb565()
235 WORD16 i2_i, i2_j; in ih264d_fmt_conv_420sp_to_rgba8888() local
255 for(i2_i = 0; i2_i < (ht >> 1); i2_i++) 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
129 for (i2_i = 0; i2_i < (ht >> 1); i2_i++) in ih264e_fmt_conv_420sp_to_rgb565()
222 WORD16 i2_i, i2_j; in ih264e_fmt_conv_420sp_to_rgba8888() local
242 for (i2_i = 0; i2_i < (ht >> 1); i2_i++) 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
150 for(i2_i = 0; i2_i < (ht >> 1); i2_i++) in ihevcd_fmt_conv_420sp_to_rgb565()
245 WORD16 i2_i, i2_j; in ihevcd_fmt_conv_420sp_to_rgba8888() local
265 for(i2_i = 0; i2_i < (ht >> 1); i2_i++) in ihevcd_fmt_conv_420sp_to_rgba8888()