OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pu1_chroma
(Results
1 - 5
of
5
) sorted by null
/external/libavc/encoder/
ih264e_fmt_conv.c
810
UWORD8 *
pu1_chroma
;
local
818
pu1_chroma
= ps_pic->
pu1_chroma
;
828
pu1_uv_src =
pu1_chroma
+ (cur_row / 2) * ps_codec->i4_rec_strd;
/external/libhevc/decoder/
ihevcd_fmt_conv.c
707
UWORD8 *
pu1_chroma
;
local
730
pu1_chroma
= ps_disp_pic->
pu1_chroma
;
737
pu1_chroma
+= ps_codec->i4_strd * ps_sps->i2_pic_crop_top_offset + ps_sps->i2_pic_crop_left_offset * 2;
753
pu1_uv_src =
pu1_chroma
+ (cur_row / 2) * ps_codec->i4_strd;
/external/libavc/decoder/
ih264d_utils.c
1722
UWORD8 *pu1_luma, *
pu1_chroma
;
local
[
all
...]
/external/libavc/common/
ih264_structs.h
79
UWORD8*
pu1_chroma
;
member in struct:__anon14671
[
all
...]
/external/libhevc/common/
ihevc_structs.h
911
UWORD8 *
pu1_chroma
;
member in struct:__anon15677
[
all
...]
Completed in 3388 milliseconds