Searched refs:round_fp_ptr_ (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 88 round_fp_ptr_ = reinterpret_cast<int16_t *>( in VP9QuantizeBase() 89 vpx_memalign(16, 8 * sizeof(*round_fp_ptr_))); in VP9QuantizeBase() 101 r_ptr_ = (is_fp_) ? round_fp_ptr_ : round_ptr_; in VP9QuantizeBase() 107 vpx_free(round_fp_ptr_); in ~VP9QuantizeBase() 114 round_fp_ptr_ = NULL; in ~VP9QuantizeBase() 125 int16_t *round_fp_ptr_; member in __anonc1120ab10111::VP9QuantizeBase 333 quant_shift_ptr_, dequant_ptr_, round_fp_ptr_, in TEST_P() 392 quant_shift_ptr_, dequant_ptr_, round_fp_ptr_, in TEST_P() 444 quant_shift_ptr_, dequant_ptr_, round_fp_ptr_, in TEST_P()
|