Searched defs:round_ptr (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_quantize.c | 23 const int16_t *round_ptr, const int16_t quant, in vp9_quantize_dc() 44 const int16_t *round_ptr, const int16_t quant, in vp9_quantize_dc_32x32() 67 const int16_t *zbin_ptr, const int16_t *round_ptr, in vp9_quantize_fp_c() 110 const int16_t *zbin_ptr, const int16_t *round_ptr, in vp9_quantize_fp_32x32_c() 151 const int16_t *zbin_ptr, const int16_t *round_ptr, in vp9_quantize_b_c() 204 const int16_t *zbin_ptr, const int16_t *round_ptr, in vp9_quantize_b_32x32_c()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | quantize.c | 29 short *round_ptr = b->round; in vp8_fast_quantize_b_c() local 75 short *round_ptr = b->round; in vp8_fast_quantize_b_c() local 114 short *round_ptr = b->round; in vp8_regular_quantize_b_c() local 226 short *round_ptr = b->round; in vp8_regular_quantize_b_c() local
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | vp8_enc_stubs_mmx.c | 33 short *round_ptr = b->round; in vp8_fast_quantize_b_mmx() local
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 26 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_neon()
|