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

  /external/libvpx/libvpx/vp8/common/
vp8_loopfilter.c 247 vp8_loop_filter_simple_bv(y_ptr, post_ystride,
364 if (!skip_lf) vp8_loop_filter_simple_bv(y_ptr, post_y_stride, blim);
455 vp8_loop_filter_simple_bv(y_ptr, post->y_stride,
551 vp8_loop_filter_simple_bv(y_ptr, post->y_stride,
rtcd_defs.pl 78 add_proto qw/void vp8_loop_filter_simple_bv/, "unsigned char *y_ptr, int y_stride, const unsigned char *blimit";
79 specialize qw/vp8_loop_filter_simple_bv sse2 neon msa mmi/;
  /external/libvpx/config/generic/
vp8_rtcd.h 103 #define vp8_loop_filter_simple_bv vp8_loop_filter_bvs_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 124 #define vp8_loop_filter_simple_bv vp8_loop_filter_bvs_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 124 #define vp8_loop_filter_simple_bv vp8_loop_filter_bvs_neon macro
  /external/libvpx/config/x86/
vp8_rtcd.h 152 #define vp8_loop_filter_simple_bv vp8_loop_filter_bvs_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 152 #define vp8_loop_filter_simple_bv vp8_loop_filter_bvs_sse2 macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 523 vp8_loop_filter_simple_bv(xd->dst.y_buffer, recon_y_stride,

Completed in 445 milliseconds