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

  /external/libvpx/libvpx/vp8/common/
vp8_loopfilter.c 205 vp8_loop_filter_mbh(y_ptr, u_ptr, v_ptr, post_ystride, post_uvstride,
325 vp8_loop_filter_mbh(y_ptr, u_ptr, v_ptr, post_y_stride,
445 vp8_loop_filter_mbh(y_ptr, 0, 0, post->y_stride, 0, &lfi);
541 vp8_loop_filter_mbh(y_ptr, 0, 0, post->y_stride, 0, &lfi);
rtcd_defs.pl 55 add_proto qw/void vp8_loop_filter_mbh/, "unsigned char *y_ptr, unsigned char *u_ptr, unsigned char *v_ptr, int y_stride, int uv_stride, struct loop_filter_info *lfi";
56 specialize qw/vp8_loop_filter_mbh sse2 neon dspr2 msa mmi/;
  /external/libvpx/config/generic/
vp8_rtcd.h 94 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 112 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 112 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_neon macro
  /external/libvpx/config/x86/
vp8_rtcd.h 140 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 140 #define vp8_loop_filter_mbh vp8_loop_filter_mbh_sse2 macro
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 712 vp8_loop_filter_mbh(
  /external/libvpx/libvpx/vp8/decoder/
threading.c 509 vp8_loop_filter_mbh(xd->dst.y_buffer, xd->dst.u_buffer,

Completed in 58 milliseconds