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

  /external/libvpx/libvpx/test/
vp9_block_error_test.cc 177 make_tuple(&vp9_highbd_block_error_sse2, &vp9_highbd_block_error_c,
179 make_tuple(&vp9_highbd_block_error_sse2, &vp9_highbd_block_error_c,
181 make_tuple(&vp9_highbd_block_error_sse2, &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/x86/
vp9_rtcd.h 66 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 66 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 282 int64_t vp9_highbd_block_error_c(const tran_low_t *coeff, function
    [all...]

Completed in 358 milliseconds