Home
last modified time | relevance | path

Searched refs:vp9_block_error_fp_c (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/libvpx/test/
H A Davg_test.cc608 ::testing::Values(make_tuple(16, &vp9_block_error_fp_c),
609 make_tuple(64, &vp9_block_error_fp_c),
610 make_tuple(256, &vp9_block_error_fp_c),
611 make_tuple(1024, &vp9_block_error_fp_c)));
/aosp_15_r20/external/libvpx/config/generic/
H A Dvp9_rtcd.h49 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
50 #define vp9_block_error_fp vp9_block_error_fp_c
/aosp_15_r20/external/libvpx/config/x86_64/
H A Dvp9_rtcd.h50 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
/aosp_15_r20/external/libvpx/config/x86/
H A Dvp9_rtcd.h50 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
/aosp_15_r20/external/libvpx/config/arm-neon/
H A Dvp9_rtcd.h50 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
/aosp_15_r20/external/libvpx/config/arm64/
H A Dvp9_rtcd.h51 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, int block_size);
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_rdopt.c334 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, in vp9_block_error_fp_c() function