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

  /external/libvpx/libvpx/test/
vp9_block_error_test.cc 176 make_tuple(&vp9_highbd_block_error_sse2, &vp9_highbd_block_error_c,
178 make_tuple(&vp9_highbd_block_error_sse2, &vp9_highbd_block_error_c,
180 make_tuple(&vp9_highbd_block_error_sse2, &vp9_highbd_block_error_c,
  /external/libvpx/config/arm/
vp9_rtcd.h 58 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
59 #define vp9_highbd_block_error vp9_highbd_block_error_c
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 59 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
60 #define vp9_highbd_block_error vp9_highbd_block_error_c
  /external/libvpx/config/arm64/
vp9_rtcd.h 59 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
60 #define vp9_highbd_block_error vp9_highbd_block_error_c
  /external/libvpx/config/generic/
vp9_rtcd.h 58 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
59 #define vp9_highbd_block_error vp9_highbd_block_error_c
  /external/libvpx/config/mips32/
vp9_rtcd.h 58 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
59 #define vp9_highbd_block_error vp9_highbd_block_error_c
  /external/libvpx/config/mips32-dspr2/
vp9_rtcd.h 58 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
59 #define vp9_highbd_block_error vp9_highbd_block_error_c
  /external/libvpx/config/mips32-msa/
vp9_rtcd.h 58 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
59 #define vp9_highbd_block_error vp9_highbd_block_error_c
  /external/libvpx/config/mips64/
vp9_rtcd.h 58 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
59 #define vp9_highbd_block_error vp9_highbd_block_error_c
  /external/libvpx/config/mips64-msa/
vp9_rtcd.h 58 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
59 #define vp9_highbd_block_error vp9_highbd_block_error_c
  /external/libvpx/config/x86/
vp9_rtcd.h 65 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
  /external/libvpx/config/x86_64/
vp9_rtcd.h 65 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz, int bd);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 280 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, function
    [all...]

Completed in 263 milliseconds