Searched refs:pf_pad_bottom (Results 1 - 10 of 10) sorted by relevance
/external/libavc/decoder/arm/ |
H A D | ih264d_function_selector_a9q.c | 137 ps_codec->pf_pad_bottom = ih264_pad_bottom;
|
H A D | ih264d_function_selector_av8.c | 135 ps_codec->pf_pad_bottom = ih264_pad_bottom;
|
/external/libavc/decoder/ |
H A D | ih264d_function_selector_generic.c | 153 ps_codec->pf_pad_bottom = ih264_pad_bottom;
|
H A D | ih264d_deblocking.c | 953 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_y, ps_dec->u2_frm_wd_y, 958 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_uv, 1090 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_y, ps_dec->u2_frm_wd_y, 1095 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_uv, 1204 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_y, ps_dec->u2_frm_wd_y, 1209 ps_dec->pf_pad_bottom(pu1_buf, ps_dec->u2_frm_wd_uv,
|
H A D | ih264d_structs.h | 1369 ih264_pad *pf_pad_bottom; member in struct:_DecStruct
|
/external/libavc/encoder/arm/ |
H A D | ih264e_function_selector_a9q.c | 194 ps_codec->pf_pad_bottom = ih264_pad_bottom;
|
H A D | ih264e_function_selector_av8.c | 204 ps_codec->pf_pad_bottom = ih264_pad_bottom;
|
/external/libavc/encoder/ |
H A D | ih264e_function_selector_generic.c | 206 ps_codec->pf_pad_bottom = ih264_pad_bottom;
|
H A D | ih264e_process.c | 1513 ps_codec->pf_pad_bottom(pu1_rec_luma, i4_rec_strd, i4_rec_strd, PAD_BOT); 1516 ps_codec->pf_pad_bottom(pu1_rec_chroma, i4_rec_strd, i4_rec_strd, (PAD_BOT >> 1)); 1854 ps_codec->pf_pad_bottom(pu1_pad_bottom_src, i4_rec_strd, i4_rec_strd, PAD_BOT); 1858 ps_codec->pf_pad_bottom(pu1_pad_bottom_src, i4_rec_strd, i4_rec_strd, (PAD_BOT >> 1));
|
H A D | ih264e_structs.h | 2538 pf_pad pf_pad_bottom; member in struct:_codec_t
|
Completed in 124 milliseconds