Searched refs:n_coeffs (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 108 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_fp_32x32_c() argument 123 vpx_memset(qcoeff_ptr, 0, n_coeffs * sizeof(int16_t)); in vp9_quantize_fp_32x32_c() 124 vpx_memset(dqcoeff_ptr, 0, n_coeffs * sizeof(int16_t)); in vp9_quantize_fp_32x32_c() 127 for (i = 0; i < n_coeffs; i++) { in vp9_quantize_fp_32x32_c() 202 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, in vp9_quantize_b_32x32_c() argument 220 vpx_memset(qcoeff_ptr, 0, n_coeffs * sizeof(int16_t)); in vp9_quantize_b_32x32_c() 221 vpx_memset(dqcoeff_ptr, 0, n_coeffs * sizeof(int16_t)); in vp9_quantize_b_32x32_c() 225 for (i = 0; i < n_coeffs; i++) { in vp9_quantize_b_32x32_c()
|
/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… 352 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int1… 355 void vp9_quantize_fp_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 358 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int…
|
/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… 352 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int1… 355 void vp9_quantize_fp_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 358 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int…
|
/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… 352 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int1… 355 void vp9_quantize_fp_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 358 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int…
|
/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… 392 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int1… 395 void vp9_quantize_fp_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 396 void vp9_quantize_fp_neon(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_… 399 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int…
|
/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… 391 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int1… 394 void vp9_quantize_fp_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 397 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int…
|
/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… 410 void vp9_quantize_b_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int1… 413 void vp9_quantize_fp_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t *… 416 void vp9_quantize_fp_32x32_c(const int16_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int…
|