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

  /external/libvpx/libvpx/test/
vp9_block_error_test.cc 185 &BlockError8BitWrapper<vp9_block_error_c>, VPX_BITS_8)
196 &BlockError8BitWrapper<vp9_block_error_c>,
  /external/libvpx/config/arm-neon/
vp9_rtcd.h 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
35 #define vp9_block_error vp9_block_error_c
  /external/libvpx/config/arm64/
vp9_rtcd.h 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
35 #define vp9_block_error vp9_block_error_c
  /external/libvpx/config/generic/
vp9_rtcd.h 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
35 #define vp9_block_error vp9_block_error_c
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_error_msa.c 100 err = vp9_block_error_c(coeff_ptr, dq_coeff_ptr, blk_size, ssz);
  /external/libvpx/config/x86/
vp9_rtcd.h 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
  /external/libvpx/config/x86_64/
vp9_rtcd.h 34 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, intptr_t block_size, int64_t *ssz);
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 315 int64_t vp9_block_error_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, function
    [all...]

Completed in 1167 milliseconds