Home
last modified time | relevance | path

Searched defs:round_ptr (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c23 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/
Dquantize.c29 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/
Dvp8_enc_stubs_mmx.c33 short *round_ptr = b->round; in vp8_fast_quantize_b_mmx() local
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c26 const int16_t *round_ptr, const int16_t *quant_ptr, in vp9_quantize_fp_neon()