HomeSort by relevance Sort by last modified time
    Searched refs:pf_deblk_luma_vert_bslt4 (Results 1 - 12 of 12) sorted by null

  /external/libavc/encoder/x86/
ih264e_function_selector_ssse3.c 151 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_ssse3;
  /external/libavc/decoder/x86/
ih264d_function_selector_ssse3.c 143 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_ssse3;
  /external/libavc/decoder/arm/
ih264d_function_selector_a9q.c 156 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_a9;
ih264d_function_selector_av8.c 153 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_av8;
  /external/libavc/decoder/
ih264d_function_selector_generic.c 173 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4;
ih264d_deblocking.c 164 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y, i4_strd_y, alpha_y,
512 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y + 4, i4_strd_y, alpha, beta,
521 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y + 8, i4_strd_y, alpha, beta,
534 ps_dec->pf_deblk_luma_vert_bslt4(pu1_y + 12, i4_strd_y, alpha, beta,
    [all...]
ih264d_structs.h 1412 ih264_deblk_edge_bslt4_ft *pf_deblk_luma_vert_bslt4; member in struct:_DecStruct
    [all...]
  /external/libavc/encoder/arm/
ih264e_function_selector_a9q.c 176 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_a9;
ih264e_function_selector_av8.c 184 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4_av8;
  /external/libavc/encoder/
ih264e_deblk.c 673 ps_codec->pf_deblk_luma_vert_bslt4(pu1_cur_pic_luma, i4_rec_strd,
816 ps_codec->pf_deblk_luma_vert_bslt4(pu1_cur_pic_luma + 4, i4_rec_strd,
832 ps_codec->pf_deblk_luma_vert_bslt4(pu1_cur_pic_luma + 8, i4_rec_strd, u4_alpha_luma,
850 ps_codec->pf_deblk_luma_vert_bslt4(pu1_cur_pic_luma + 12, i4_rec_strd, u4_alpha_luma,
ih264e_function_selector_generic.c 186 ps_codec->pf_deblk_luma_vert_bslt4 = ih264_deblk_luma_vert_bslt4;
ih264e_structs.h 2684 ih264_deblk_edge_bslt4_ft *pf_deblk_luma_vert_bslt4; member in struct:_codec_t
    [all...]

Completed in 290 milliseconds