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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 73 add_proto qw/void vp8_loop_filter_simple_bh/, "unsigned char *y, int ystride, const unsigned char *blimit";
74 specialize qw/vp8_loop_filter_simple_bh sse2 neon msa/;
vp8_loopfilter.c 258 vp8_loop_filter_simple_bh(y_ptr, post_ystride,
373 if (!skip_lf) vp8_loop_filter_simple_bh(y_ptr, post_y_stride, blim);
467 vp8_loop_filter_simple_bh(y_ptr, post->y_stride,
561 vp8_loop_filter_simple_bh(y_ptr, post->y_stride,
  /external/libvpx/config/arm/
vp8_rtcd.h 96 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 96 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 96 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 107 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_c macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 96 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 116 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 116 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 118 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 118 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 147 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 147 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_sse2 macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 517 vp8_loop_filter_simple_bh(xd->dst.y_buffer, recon_y_stride,

Completed in 124 milliseconds