Home
last modified time | relevance | path

Searched refs:pf_deblk_luma_vert_bslt4 (Results 1 – 12 of 12) sorted by relevance

/external/libavc/encoder/
Dih264e_deblk.c673 ps_codec->pf_deblk_luma_vert_bslt4(pu1_cur_pic_luma, i4_rec_strd, in ih264e_filter_left_edge()
816 ps_codec->pf_deblk_luma_vert_bslt4(pu1_cur_pic_luma + 4, i4_rec_strd, in ih264e_deblock_mb()
832 ps_codec->pf_deblk_luma_vert_bslt4(pu1_cur_pic_luma + 8, i4_rec_strd, u4_alpha_luma, in ih264e_deblock_mb()
850 ps_codec->pf_deblk_luma_vert_bslt4(pu1_cur_pic_luma + 12, i4_rec_strd, u4_alpha_luma, in ih264e_deblock_mb()
Dih264e_function_selector_generic.c186 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4; in ih264e_init_function_ptr_generic()
Dih264e_structs.h2684 ih264_deblk_edge_bslt4_ft *pf_deblk_luma_vert_bslt4; member
/external/libavc/decoder/
Dih264d_deblocking.c164 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y, i4_strd_y, alpha_y, in ih264d_filter_boundary_left_nonmbaff()
512 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y + 4, i4_strd_y, alpha, beta, in ih264d_deblock_mb_nonmbaff()
521 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y + 8, i4_strd_y, alpha, beta, in ih264d_deblock_mb_nonmbaff()
534 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y + 12, i4_strd_y, alpha, beta, in ih264d_deblock_mb_nonmbaff()
1429 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y, i4_strd_y, alpha_y, in ih264d_filter_boundary_left_mbaff()
1731 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y + 4, i4_strd_y, alpha, beta, in ih264d_deblock_mb_mbaff()
1741 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y + 8, i4_strd_y, alpha, beta, in ih264d_deblock_mb_mbaff()
1754 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y + 12, i4_strd_y, alpha, beta, in ih264d_deblock_mb_mbaff()
Dih264d_function_selector_generic.c173 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4; in ih264d_init_function_ptr_generic()
Dih264d_structs.h1413 ih264_deblk_edge_bslt4_ft *pf_deblk_luma_vert_bslt4; member
/external/libavc/encoder/x86/
Dih264e_function_selector_ssse3.c151 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_ssse3; in ih264e_init_function_ptr_ssse3()
/external/libavc/decoder/x86/
Dih264d_function_selector_ssse3.c143 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_ssse3; in ih264d_init_function_ptr_ssse3()
/external/libavc/decoder/arm/
Dih264d_function_selector_a9q.c156 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_a9; in ih264d_init_function_ptr_a9q()
Dih264d_function_selector_av8.c153 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_av8; in ih264d_init_function_ptr_av8()
/external/libavc/encoder/arm/
Dih264e_function_selector_a9q.c176 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_a9; in ih264e_init_function_ptr_neon_a9q()
Dih264e_function_selector_av8.c184 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_av8; in ih264e_init_function_ptr_neon_av8()