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

  /external/libvpx/config/arm/
vp9_rtcd.h 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
  /external/libvpx/config/arm64/
vp9_rtcd.h 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
  /external/libvpx/config/generic/
vp9_rtcd.h 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
  /external/libvpx/config/mips32/
vp9_rtcd.h 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
  /external/libvpx/config/mips32-dspr2/
vp9_rtcd.h 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
  /external/libvpx/config/mips32-msa/
vp9_rtcd.h 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
  /external/libvpx/config/mips64/
vp9_rtcd.h 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
  /external/libvpx/config/mips64-msa/
vp9_rtcd.h 37 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
38 #define vp9_block_error_fp vp9_block_error_fp_c
  /external/libvpx/libvpx/test/
avg_test.cc 446 ::testing::Values(make_tuple(16, &vp9_block_error_fp_c),
447 make_tuple(64, &vp9_block_error_fp_c),
448 make_tuple(256, &vp9_block_error_fp_c),
449 make_tuple(1024, &vp9_block_error_fp_c)));
  /external/libvpx/config/x86/
vp9_rtcd.h 38 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
  /external/libvpx/config/x86_64/
vp9_rtcd.h 38 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 328 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, function
    [all...]

Completed in 963 milliseconds