Home
last modified time | relevance | path

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

/external/libvpx/config/generic/
Dvp9_rtcd.h79 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const…
80 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c
/external/libvpx/config/arm-neon/
Dvp9_rtcd.h82 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const…
83 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c
/external/libvpx/config/arm64/
Dvp9_rtcd.h82 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const…
83 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c
/external/libvpx/config/x86/
Dvp9_rtcd.h86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const…
87 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c
/external/libvpx/config/x86_64/
Dvp9_rtcd.h86 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const…
87 #define vp9_highbd_quantize_fp vp9_highbd_quantize_fp_c
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c58 void vp9_highbd_quantize_fp_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vp9_highbd_quantize_fp_c() function