Searched refs:vp9_quantize_b_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/armv7a/ |
D | vp9_rtcd.h | 349 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *z… 350 #define vp9_quantize_b vp9_quantize_b_c
|
/external/libvpx/mips/ |
D | vp9_rtcd.h | 349 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *z… 350 #define vp9_quantize_b vp9_quantize_b_c
|
/external/libvpx/generic/ |
D | vp9_rtcd.h | 349 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *z… 350 #define vp9_quantize_b vp9_quantize_b_c
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 149 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t count, in vp9_quantize_b_c() function
|
/external/libvpx/mips-dspr2/ |
D | vp9_rtcd.h | 388 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *z… 389 #define vp9_quantize_b vp9_quantize_b_c
|
/external/libvpx/armv7a-neon/ |
D | vp9_rtcd.h | 389 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *z… 390 #define vp9_quantize_b vp9_quantize_b_c
|
/external/libvpx/x86/ |
D | vp9_rtcd.h | 407 void vp9_quantize_b_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *z… 408 #define vp9_quantize_b vp9_quantize_b_c
|