Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_fmt_conv.c102 WORD32 src_y_strd, in ih264e_fmt_conv_420sp_to_rgb565() argument
126 pu1_y_src_nxt = pu1_y_src + src_y_strd; in ih264e_fmt_conv_420sp_to_rgb565()
201 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
202 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgb565()
215 WORD32 src_y_strd, in ih264e_fmt_conv_420sp_to_rgba8888() argument
238 pu1_y_src_nxt = pu1_y_src + src_y_strd; in ih264e_fmt_conv_420sp_to_rgba8888()
304 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgba8888()
305 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ih264e_fmt_conv_420sp_to_rgba8888()
365 WORD32 src_y_strd, in ih264e_fmt_conv_420sp_to_420sp() argument
381 src_strd = src_y_strd; in ih264e_fmt_conv_420sp_to_420sp()
[all …]
Dih264e_fmt_conv.h61 WORD32 src_y_strd,
71 WORD32 src_y_strd,
82 WORD32 src_y_strd,
94 WORD32 src_y_strd,
103 … UWORD16 u2_height, UWORD16 u2_width, UWORD16 src_y_strd,
Dih264e_structs.h155 … UWORD16 src_y_strd, UWORD16 src_u_strd, UWORD16 src_v_strd,
/external/libavc/decoder/
Dih264d_format_conv.c113 WORD32 src_y_strd, in ih264d_fmt_conv_420sp_to_rgb565() argument
138 pu1_y_src_nxt = pu1_y_src + src_y_strd; in ih264d_fmt_conv_420sp_to_rgb565()
213 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ih264d_fmt_conv_420sp_to_rgb565()
214 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ih264d_fmt_conv_420sp_to_rgb565()
227 WORD32 src_y_strd, in ih264d_fmt_conv_420sp_to_rgba8888() argument
252 pu1_y_src_nxt = pu1_y_src + src_y_strd; in ih264d_fmt_conv_420sp_to_rgba8888()
317 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ih264d_fmt_conv_420sp_to_rgba8888()
318 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ih264d_fmt_conv_420sp_to_rgba8888()
379 WORD32 src_y_strd, in ih264d_fmt_conv_420sp_to_420sp() argument
395 src_strd = src_y_strd; in ih264d_fmt_conv_420sp_to_420sp()
[all …]
Dih264d_format_conv.h71 WORD32 src_y_strd,
84 WORD32 src_y_strd,
95 WORD32 src_y_strd,
105 WORD32 src_y_strd,
/external/libhevc/decoder/
Dihevcd_fmt_conv.c121 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_rgb565() argument
147 pu1_y_src_nxt = pu1_y_src + src_y_strd; in ihevcd_fmt_conv_420sp_to_rgb565()
221 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
222 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgb565()
236 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_rgba8888() argument
262 pu1_y_src_nxt = pu1_y_src + src_y_strd; in ihevcd_fmt_conv_420sp_to_rgba8888()
324 pu1_y_src = pu1_y_src + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
325 pu1_y_src_nxt = pu1_y_src_nxt + (src_y_strd << 1) - wd; in ihevcd_fmt_conv_420sp_to_rgba8888()
387 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_420sp() argument
403 src_strd = src_y_strd; in ihevcd_fmt_conv_420sp_to_420sp()
[all …]
Dihevcd_fmt_conv.h51 WORD32 src_y_strd,
61 WORD32 src_y_strd,
73 WORD32 src_y_strd,
84 WORD32 src_y_strd,
/external/libhevc/decoder/x86/
Dihevcd_fmt_conv_ssse3_intr.c54 WORD32 src_y_strd, in ihevcd_fmt_conv_420sp_to_420p_ssse3() argument
78 src_strd = src_y_strd; in ihevcd_fmt_conv_420sp_to_420p_ssse3()