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

  /external/libvpx/libvpx/vpx_dsp/
vpx_dsp_rtcd_defs.pl     [all...]
  /external/libvpx/config/arm/
vpx_dsp_rtcd.h 617 #define vpx_sum_squares_2d_i16 macro
    [all...]
  /external/libvpx/config/generic/
vpx_dsp_rtcd.h 617 #define vpx_sum_squares_2d_i16 macro
    [all...]
  /external/libvpx/config/mips32/
vpx_dsp_rtcd.h 617 #define vpx_sum_squares_2d_i16 macro
    [all...]
  /external/libvpx/config/mips64/
vpx_dsp_rtcd.h 617 #define vpx_sum_squares_2d_i16 macro
    [all...]
  /external/libvpx/config/mips32-dspr2/
vpx_dsp_rtcd.h 656 #define vpx_sum_squares_2d_i16 macro
    [all...]
  /external/libvpx/config/arm-neon/
vpx_dsp_rtcd.h 715 #define vpx_sum_squares_2d_i16 macro
    [all...]
  /external/libvpx/config/arm64/
vpx_dsp_rtcd.h 715 #define vpx_sum_squares_2d_i16 macro
    [all...]
  /external/libvpx/config/mips32-msa/
vpx_dsp_rtcd.h 779 #define vpx_sum_squares_2d_i16 macro
    [all...]
  /external/libvpx/config/mips64-msa/
vpx_dsp_rtcd.h 779 #define vpx_sum_squares_2d_i16 macro
    [all...]
  /external/libvpx/config/x86/
vpx_dsp_rtcd.h 841 #define vpx_sum_squares_2d_i16 macro
    [all...]
  /external/libvpx/config/x86_64/
vpx_dsp_rtcd.h 845 #define vpx_sum_squares_2d_i16 macro
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 519 sse = (int64_t)vpx_sum_squares_2d_i16(diff, diff_stride, tx_4x4_w << 2);
529 sse += (int64_t)vpx_sum_squares_2d_i16(
    [all...]

Completed in 155 milliseconds