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

  /external/libvpx/libvpx/vp8/common/
vp8_loopfilter.c 256 vp8_loop_filter_simple_bh(y_ptr, post_ystride,
370 if (!skip_lf) vp8_loop_filter_simple_bh(y_ptr, post_y_stride, blim);
464 vp8_loop_filter_simple_bh(y_ptr, post->y_stride,
558 vp8_loop_filter_simple_bh(y_ptr, post->y_stride,
rtcd_defs.pl 86 add_proto qw/void vp8_loop_filter_simple_bh/, "unsigned char *y_ptr, int y_stride, const unsigned char *blimit";
87 specialize qw/vp8_loop_filter_simple_bh sse2 neon msa mmi/;
  /external/libvpx/config/generic/
vp8_rtcd.h 100 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 120 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 120 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_neon macro
  /external/libvpx/config/x86/
vp8_rtcd.h 148 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 148 #define vp8_loop_filter_simple_bh vp8_loop_filter_bhs_sse2 macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 532 vp8_loop_filter_simple_bh(xd->dst.y_buffer, recon_y_stride,

Completed in 189 milliseconds