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/
rtcd_defs.pl 59 add_proto qw/void vp8_loop_filter_simple_mbh/, "unsigned char *y, int ystride, const unsigned char *blimit";
60 specialize qw/vp8_loop_filter_simple_mbh sse2 neon msa/;
vp8_loopfilter.c 254 vp8_loop_filter_simple_mbh(y_ptr, post_ystride,
371 vp8_loop_filter_simple_mbh(y_ptr, post_y_stride, mblim);
463 vp8_loop_filter_simple_mbh(y_ptr, post->y_stride,
557 vp8_loop_filter_simple_mbh(y_ptr, post->y_stride,
  /external/libvpx/config/arm/
vp8_rtcd.h 102 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_c macro
  /external/libvpx/config/generic/
vp8_rtcd.h 102 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_c macro
  /external/libvpx/config/mips32/
vp8_rtcd.h 102 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_c macro
  /external/libvpx/config/mips32-dspr2/
vp8_rtcd.h 113 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_c macro
  /external/libvpx/config/mips64/
vp8_rtcd.h 102 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_c macro
  /external/libvpx/config/arm-neon/
vp8_rtcd.h 124 #define vp8_loop_filter_simple_mbh vp8_loop_filter_mbhs_neon macro
  /external/libvpx/config/arm64/
vp8_rtcd.h 124 #define vp8_loop_filter_simple_mbh vp8_loop_filter_mbhs_neon macro
  /external/libvpx/config/mips32-msa/
vp8_rtcd.h 126 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_msa macro
  /external/libvpx/config/mips64-msa/
vp8_rtcd.h 126 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_msa macro
  /external/libvpx/config/x86/
vp8_rtcd.h 155 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_sse2 macro
  /external/libvpx/config/x86_64/
vp8_rtcd.h 155 #define vp8_loop_filter_simple_mbh vp8_loop_filter_simple_horizontal_edge_sse2 macro
  /external/libvpx/libvpx/vp8/decoder/
threading.c 513 vp8_loop_filter_simple_mbh(xd->dst.y_buffer, recon_y_stride,

Completed in 106 milliseconds