OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pu1_chroma
(Results
1 - 10
of
10
) sorted by null
/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;
ihevcd_utils.c
518
ps_pic_buf->
pu1_chroma
= pu1_buf + ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT;
544
(NULL == ps_pic_buf->
pu1_chroma
))
549
ps_pic_buf->
pu1_chroma
+= ps_codec->i4_strd * (PAD_TOP / 2) + PAD_LEFT;
782
pu1_buf = ps_cur_pic->
pu1_chroma
;
790
memset(ps_cur_pic->
pu1_chroma
, 128, (ps_sps->i2_pic_width_in_luma_samples + PAD_WD) * ps_sps->i2_pic_height_in_luma_samples / 2);
[
all
...]
ihevcd_inter_pred.c
236
ref_pic_chroma_l0 = ps_pic_buf_l0->
pu1_chroma
;
252
ref_pic_chroma_l1 = ps_pic_buf_l1->
pu1_chroma
;
ihevcd_decode.c
240
ps_dec_op->s_disp_frm_buf.pv_u_buf = ps_disp_buf->
pu1_chroma
;
ihevcd_api.c
[
all
...]
/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;
ih264e_utils.c
823
ps_pic_buf->
pu1_chroma
= pu1_buf
[
all
...]
/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:__anon15259
[
all
...]
/external/libhevc/common/
ihevc_structs.h
911
UWORD8 *
pu1_chroma
;
member in struct:__anon16509
[
all
...]
Completed in 376 milliseconds