Searched refs:quant_shift_ptr_ (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 96 quant_shift_ptr_ = reinterpret_cast<int16_t *>( in VP9QuantizeBase() 97 vpx_memalign(16, 8 * sizeof(*quant_shift_ptr_))); in VP9QuantizeBase() 111 vpx_free(quant_shift_ptr_); in ~VP9QuantizeBase() 118 quant_shift_ptr_ = NULL; in ~VP9QuantizeBase() 129 int16_t *quant_shift_ptr_; member in __anonc1120ab10111::VP9QuantizeBase 161 q_ptr_, quant_shift_ptr_, qcoeff_.TopLeftPixel(), in Run() 333 quant_shift_ptr_, dequant_ptr_, round_fp_ptr_, in TEST_P() 336 r_ptr_, q_ptr_, quant_shift_ptr_, in TEST_P() 342 quant_shift_ptr_, qcoeff_.TopLeftPixel(), dqcoeff_.TopLeftPixel(), in TEST_P() 392 quant_shift_ptr_, dequant_ptr_, round_fp_ptr_, in TEST_P() [all …]
|