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

  /external/libvpx/libvpx/vp8/common/
rtcd_defs.pl 45 add_proto qw/void vp8_loop_filter_mbh/, "unsigned char *y, unsigned char *u, unsigned char *v, int ystride, int uv_stride, struct loop_filter_info *lfi";
46 specialize qw/vp8_loop_filter_mbh sse2 neon dspr2 msa/;
vp8_loopfilter.c 207 vp8_loop_filter_mbh(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride,
327 vp8_loop_filter_mbh(y_ptr, u_ptr, v_ptr, post_y_stride,
448 vp8_loop_filter_mbh(y_ptr, 0, 0, post->y_stride, 0, &lfi);
544 vp8_loop_filter_mbh(y_ptr, 0, 0, post->y_stride, 0, &lfi);
  /external/libvpx/config/arm/
vp8_rtcd.h 90 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 90 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 90 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 100 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_dspr2 macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 90 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 108 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 108 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 110 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 110 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 139 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 139 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_sse2 macro
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 713 vp8_loop_filter_mbh(
  /external/libvpx/libvpx/vp8/decoder/
threading.c 494 vp8_loop_filter_mbh(xd->dst.y_buffer, xd->dst.u_buffer,

Completed in 122 milliseconds