Searched refs:is_fp_ (Results 1 – 1 of 1) sorted by relevance
76 : bit_depth_(bit_depth), max_size_(max_size), is_fp_(is_fp), in VP9QuantizeBase()101 r_ptr_ = (is_fp_) ? round_fp_ptr_ : round_ptr_; in VP9QuantizeBase()102 q_ptr_ = (is_fp_) ? quant_fp_ptr_ : quant_ptr_; in VP9QuantizeBase()134 const bool is_fp_; member in __anonc1120ab10111::VP9QuantizeBase