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

  /external/libavc/encoder/x86/
ih264e_function_selector_ssse3.c 153 ps_codec->pf_deblk_luma_horz_bslt4 = ih264_deblk_luma_horz_bslt4_ssse3;
  /external/libavc/decoder/x86/
ih264d_function_selector_ssse3.c 148 ps_codec->pf_deblk_luma_horz_bslt4 = ih264_deblk_luma_horz_bslt4_ssse3;
  /external/libavc/decoder/arm/
ih264d_function_selector_a9q.c 161 ps_codec->pf_deblk_luma_horz_bslt4 = ih264_deblk_luma_horz_bslt4_a9;
ih264d_function_selector_av8.c 158 ps_codec->pf_deblk_luma_horz_bslt4 = ih264_deblk_luma_horz_bslt4_av8;
  /external/libavc/decoder/
ih264d_function_selector_generic.c 179 ps_codec->pf_deblk_luma_horz_bslt4 = ih264_deblk_luma_horz_bslt4;
ih264d_deblocking.c 381 ps_dec->pf_deblk_luma_horz_bslt4(pu1_y, i4_strd_y, alpha_y, beta_y,
568 ps_dec->pf_deblk_luma_horz_bslt4(pu1_y + (i4_strd_y << 2), i4_strd_y,
578 ps_dec->pf_deblk_luma_horz_bslt4(pu1_y + (i4_strd_y << 3), i4_strd_y,
590 ps_dec->pf_deblk_luma_horz_bslt4(
    [all...]
ih264d_structs.h 1508 ih264_deblk_edge_bslt4_ft *pf_deblk_luma_horz_bslt4; member in struct:_DecStruct
    [all...]
  /external/libavc/encoder/arm/
ih264e_function_selector_a9q.c 178 ps_codec->pf_deblk_luma_horz_bslt4 = ih264_deblk_luma_horz_bslt4_a9;
ih264e_function_selector_av8.c 186 ps_codec->pf_deblk_luma_horz_bslt4 = ih264_deblk_luma_horz_bslt4_av8;
  /external/libavc/encoder/
ih264e_deblk.c 571 ps_codec->pf_deblk_luma_horz_bslt4(pu1_cur_pic_luma, i4_rec_strd, u4_alpha_luma,
871 ps_codec->pf_deblk_luma_horz_bslt4(pu1_cur_pic_luma + 4 * i4_rec_strd, i4_rec_strd, u4_alpha_luma,
886 ps_codec->pf_deblk_luma_horz_bslt4(pu1_cur_pic_luma + 8 * i4_rec_strd, i4_rec_strd, u4_alpha_luma,
904 ps_codec->pf_deblk_luma_horz_bslt4(pu1_cur_pic_luma + 12 * i4_rec_strd, i4_rec_strd, u4_alpha_luma,
ih264e_function_selector_generic.c 188 ps_codec->pf_deblk_luma_horz_bslt4 = ih264_deblk_luma_horz_bslt4;
ih264e_structs.h 2523 ih264_deblk_edge_bslt4_ft *pf_deblk_luma_horz_bslt4; member in struct:_codec_t
    [all...]

Completed in 150 milliseconds