Home
last modified time | relevance | path

Searched refs:vp8_block_error_c (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libvpx/config/generic/
H A Dvp8_rtcd.h52 int vp8_block_error_c(short *coeff, short *dqcoeff);
53 #define vp8_block_error vp8_block_error_c
/aosp_15_r20/external/libvpx/config/arm-neon/
H A Dvp8_rtcd.h56 int vp8_block_error_c(short *coeff, short *dqcoeff);
57 #define vp8_block_error vp8_block_error_c
/aosp_15_r20/external/libvpx/config/arm64/
H A Dvp8_rtcd.h56 int vp8_block_error_c(short *coeff, short *dqcoeff);
57 #define vp8_block_error vp8_block_error_c
/aosp_15_r20/external/libvpx/config/x86_64/
H A Dvp8_rtcd.h58 int vp8_block_error_c(short *coeff, short *dqcoeff);
/aosp_15_r20/external/libvpx/config/x86/
H A Dvp8_rtcd.h58 int vp8_block_error_c(short *coeff, short *dqcoeff);
/aosp_15_r20/external/libvpx/vp8/encoder/
H A Drdopt.c319 int vp8_block_error_c(short *coeff, short *dqcoeff) { in vp8_block_error_c() function
365 error += vp8_block_error_c(be->coeff, bd->dqcoeff); in vp8_mbuverror_c()