Searched refs:vp9_block_error_fp_c (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libvpx/test/ |
H A D | avg_test.cc | 608 ::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 D | vp9_rtcd.h | 49 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 D | vp9_rtcd.h | 50 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 D | vp9_rtcd.h | 50 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 D | vp9_rtcd.h | 50 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 D | vp9_rtcd.h | 51 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 D | vp9_rdopt.c | 334 int64_t vp9_block_error_fp_c(const tran_low_t *coeff, const tran_low_t *dqcoeff, in vp9_block_error_fp_c() function
|