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

  /external/libvpx/libvpx/vp8/common/
vp8_loopfilter.c 200 vp8_loop_filter_bv(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride,
320 vp8_loop_filter_bv(y_ptr, u_ptr, v_ptr, post_y_stride,
441 vp8_loop_filter_bv(y_ptr, 0, 0, post->y_stride, 0, &lfi);
539 vp8_loop_filter_bv(y_ptr, 0, 0, post->y_stride, 0, &lfi);
rtcd_defs.pl 52 add_proto qw/void vp8_loop_filter_bv/, "unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi";
53 specialize qw/vp8_loop_filter_bv sse2 neon dspr2 msa mmi/;
  /external/libvpx/config/generic/
vp8_rtcd.h 91 #define vp8_loop_filter_bv vp8_loop_filter_bv_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 108 #define vp8_loop_filter_bv vp8_loop_filter_bv_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 108 #define vp8_loop_filter_bv vp8_loop_filter_bv_neon macro
  /external/libvpx/config/x86/
vp8_rtcd.h 136 #define vp8_loop_filter_bv vp8_loop_filter_bv_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 136 #define vp8_loop_filter_bv vp8_loop_filter_bv_sse2 macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 503 vp8_loop_filter_bv(xd->dst.y_buffer, xd->dst.u_buffer,

Completed in 55 milliseconds