Searched refs:pf_deblk_luma_vert_bs4 (Results 1 – 12 of 12) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_deblk.c | 667 … ps_codec->pf_deblk_luma_vert_bs4(pu1_cur_pic_luma, i4_rec_strd, u4_alpha_luma, u4_beta_luma); in ih264e_filter_left_edge() 811 … ps_codec->pf_deblk_luma_vert_bs4(pu1_cur_pic_luma + 4, i4_rec_strd, u4_alpha_luma, u4_beta_luma); in ih264e_deblock_mb() 826 … ps_codec->pf_deblk_luma_vert_bs4(pu1_cur_pic_luma + 8, i4_rec_strd, u4_alpha_luma, u4_beta_luma); in ih264e_deblock_mb() 845 … ps_codec->pf_deblk_luma_vert_bs4(pu1_cur_pic_luma + 12, i4_rec_strd, u4_alpha_luma, u4_beta_luma); in ih264e_deblock_mb()
|
D | ih264e_function_selector_generic.c | 185 ps_codec->pf_deblk_luma_vert_bs4 = ih264_deblk_luma_vert_bs4; in ih264e_init_function_ptr_generic()
|
D | ih264e_structs.h | 2683 ih264_deblk_edge_bs4_ft *pf_deblk_luma_vert_bs4; member
|
/external/libavc/encoder/x86/ |
D | ih264e_function_selector_ssse3.c | 150 ps_codec->pf_deblk_luma_vert_bs4 = ih264_deblk_luma_vert_bs4_ssse3; in ih264e_init_function_ptr_ssse3()
|
/external/libavc/decoder/x86/ |
D | ih264d_function_selector_ssse3.c | 142 ps_codec->pf_deblk_luma_vert_bs4 = ih264_deblk_luma_vert_bs4_ssse3; in ih264d_init_function_ptr_ssse3()
|
/external/libavc/decoder/arm/ |
D | ih264d_function_selector_av8.c | 152 ps_codec->pf_deblk_luma_vert_bs4 = ih264_deblk_luma_vert_bs4_av8; in ih264d_init_function_ptr_av8()
|
D | ih264d_function_selector_a9q.c | 155 ps_codec->pf_deblk_luma_vert_bs4 = ih264_deblk_luma_vert_bs4_a9; in ih264d_init_function_ptr_a9q()
|
/external/libavc/decoder/ |
D | ih264d_function_selector_generic.c | 172 ps_codec->pf_deblk_luma_vert_bs4 = ih264_deblk_luma_vert_bs4; in ih264d_init_function_ptr_generic()
|
D | ih264d_deblocking.c | 152 ps_dec->pf_deblk_luma_vert_bs4(pu1_y, i4_strd_y, alpha_y, beta_y); in ih264d_filter_boundary_left_nonmbaff() 1412 ps_dec->pf_deblk_luma_vert_bs4(pu1_y, i4_strd_y, alpha_y, beta_y); in ih264d_filter_boundary_left_mbaff()
|
D | ih264d_structs.h | 1411 ih264_deblk_edge_bs4_ft *pf_deblk_luma_vert_bs4; member
|
/external/libavc/encoder/arm/ |
D | ih264e_function_selector_av8.c | 183 ps_codec->pf_deblk_luma_vert_bs4 = ih264_deblk_luma_vert_bs4_av8; in ih264e_init_function_ptr_neon_av8()
|
D | ih264e_function_selector_a9q.c | 175 ps_codec->pf_deblk_luma_vert_bs4 = ih264_deblk_luma_vert_bs4_a9; in ih264e_init_function_ptr_neon_a9q()
|