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

  /external/libvpx/libvpx/vp8/common/
vp8_loopfilter.c 209 vp8_loop_filter_bh(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride,
329 vp8_loop_filter_bh(y_ptr, u_ptr, v_ptr, post_y_stride,
448 vp8_loop_filter_bh(y_ptr, 0, 0, post->y_stride, 0, &lfi);
544 vp8_loop_filter_bh(y_ptr, 0, 0, post->y_stride, 0, &lfi);
rtcd_defs.pl 58 add_proto qw/void vp8_loop_filter_bh/, "unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi";
59 specialize qw/vp8_loop_filter_bh sse2 neon dspr2 msa mmi/;
  /external/libvpx/config/generic/
vp8_rtcd.h 88 #define vp8_loop_filter_bh vp8_loop_filter_bh_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 104 #define vp8_loop_filter_bh vp8_loop_filter_bh_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 104 #define vp8_loop_filter_bh vp8_loop_filter_bh_neon macro
  /external/libvpx/config/x86/
vp8_rtcd.h 132 #define vp8_loop_filter_bh vp8_loop_filter_bh_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 132 #define vp8_loop_filter_bh vp8_loop_filter_bh_sse2 macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 514 vp8_loop_filter_bh(xd->dst.y_buffer, xd->dst.u_buffer,

Completed in 136 milliseconds