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

  /external/libvpx/libvpx/vp8/common/
vp8_loopfilter.c 252 vp8_loop_filter_simple_mbh(y_ptr, post_ystride,
368 vp8_loop_filter_simple_mbh(y_ptr, post_y_stride, mblim);
460 vp8_loop_filter_simple_mbh(y_ptr, post->y_stride,
554 vp8_loop_filter_simple_mbh(y_ptr, post->y_stride,
rtcd_defs.pl 70 add_proto qw/void vp8_loop_filter_simple_mbh/, "unsigned char *y, int ystride, const unsigned char *blimit";
71 specialize qw/vp8_loop_filter_simple_mbh sse2 neon msa mmi/;
  /external/libvpx/config/arm/
vp8_rtcd.h 103 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 103 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 103 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 114 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_c macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 103 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 125 #define vp8_loop_filter_simple_mbh vp8_loop_filter_mbhs_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 125 #define vp8_loop_filter_simple_mbh vp8_loop_filter_mbhs_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 127 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 127 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 156 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 156 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_sse2 macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 512 vp8_loop_filter_simple_mbh(xd->dst.y_buffer, recon_y_stride,

Completed in 213 milliseconds