OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pad_top
(Results
1 - 16
of
16
) sorted by null
/external/libhevc/decoder/
ihevcd_ilf_padding.c
197
ihevc_pad_top(ps_deblk_ctxt->pu1_cur_pic_luma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD,
PAD_TOP
);
198
ihevc_pad_top(ps_deblk_ctxt->pu1_cur_pic_chroma - PAD_LEFT, ps_codec->i4_strd, ps_sps->i2_pic_width_in_luma_samples + PAD_WD,
PAD_TOP
/ 2);
ihevcd_defs.h
72
#define
PAD_TOP
80
95
#define PAD_HT (
PAD_TOP
+ PAD_BOT)
ihevcd_utils.c
515
ps_pic_buf->pu1_luma = pu1_buf + ps_codec->i4_strd *
PAD_TOP
+ PAD_LEFT;
518
ps_pic_buf->pu1_chroma = pu1_buf + ps_codec->i4_strd * (
PAD_TOP
/ 2) + PAD_LEFT;
548
ps_pic_buf->pu1_luma += ps_codec->i4_strd *
PAD_TOP
+ PAD_LEFT;
549
ps_pic_buf->pu1_chroma += ps_codec->i4_strd * (
PAD_TOP
/ 2) + PAD_LEFT;
[
all
...]
ihevcd_decode.c
250
if(diff == (ps_codec->i4_strd *
PAD_TOP
+ PAD_LEFT))
253
pu1_u_dst += (ps_codec->i4_strd *
PAD_TOP
) / 4 + (PAD_LEFT / 2);
256
pu1_v_dst += (ps_codec->i4_strd *
PAD_TOP
) / 4 + (PAD_LEFT / 2);
ihevcd_fmt_conv.c
762
if(diff == (ps_codec->i4_strd *
PAD_TOP
+ PAD_LEFT))
765
pu1_u_dst += (ps_codec->i4_strd *
PAD_TOP
) / 4 + (PAD_LEFT / 2);
768
pu1_v_dst += (ps_codec->i4_strd *
PAD_TOP
) / 4 + (PAD_LEFT / 2);
ihevcd_process_slice.c
[
all
...]
ihevcd_api.c
[
all
...]
/external/libavc/encoder/
ih264e_defs.h
88
#define
PAD_TOP
32
111
#define PAD_HT (
PAD_TOP
+ PAD_BOT)
ih264e_process.c
[
all
...]
ih264e_utils.c
819
ps_pic_buf->pu1_luma = pu1_buf + ps_codec->i4_rec_strd *
PAD_TOP
824
+ ps_codec->i4_rec_strd * (
PAD_TOP
/ 2)+ PAD_LEFT;
[
all
...]
/hardware/qcom/msm8x84/original-kernel-headers/media/
msmb_pproc.h
54
uint32_t
pad_top
;
member in struct:msm_cpp_frame_strip_info
/hardware/qcom/msm8994/original-kernel-headers/media/
msmb_pproc.h
86
uint32_t
pad_top
;
member in struct:msm_cpp_frame_strip_info
/hardware/qcom/msm8994/kernel-headers/media/
msmb_pproc.h
89
uint32_t
pad_top
;
member in struct:msm_cpp_frame_strip_info
/hardware/qcom/msm8x84/kernel-headers/media/
msmb_pproc.h
64
uint32_t
pad_top
;
member in struct:msm_cpp_frame_strip_info
/hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h
1871
int
pad_top
;
member in struct:msm_cpp_frame_strip_info
[
all
...]
/hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h
1979
int
pad_top
;
member in struct:msm_cpp_frame_strip_info
[
all
...]
Completed in 1030 milliseconds