OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pu1_y_src
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/decoder/
ihevcd_fmt_conv.h
46
typedef void ihevcd_fmt_conv_420sp_to_rgba8888_ft(UWORD8 *
pu1_y_src
,
56
typedef void ihevcd_fmt_conv_420sp_to_rgb565_ft(UWORD8 *
pu1_y_src
,
67
typedef void ihevcd_fmt_conv_420sp_to_420sp_ft(UWORD8 *
pu1_y_src
,
77
typedef void ihevcd_fmt_conv_420sp_to_420p_ft(UWORD8 *
pu1_y_src
,
ihevcd_fmt_conv.c
76
* @param[in]
pu1_y_src
114
void ihevcd_fmt_conv_420sp_to_rgb565(UWORD8 *
pu1_y_src
,
145
pu1_y_src_nxt =
pu1_y_src
+ src_y_strd;
160
u4_b = CLIP_U8(*
pu1_y_src
+ i2_b);
163
u4_g = CLIP_U8(*
pu1_y_src
+ i2_g);
166
u4_r = CLIP_U8(*
pu1_y_src
+ i2_r);
169
pu1_y_src
++;
174
u4_b = CLIP_U8(*
pu1_y_src
+ i2_b);
177
u4_g = CLIP_U8(*
pu1_y_src
+ i2_g);
180
u4_r = CLIP_U8(*
pu1_y_src
+ i2_r)
700
UWORD8 *
pu1_y_src
, *pu1_uv_src;
local
[
all
...]
/external/libhevc/decoder/x86/
ihevcd_fmt_conv_ssse3_intr.c
47
void ihevcd_fmt_conv_420sp_to_420p_ssse3(UWORD8 *
pu1_y_src
,
72
pu1_src = (UWORD8 *)
pu1_y_src
;
Completed in 195 milliseconds