Lines Matching refs:bit_depth_
134 bit_depth_ = ::testing::get<2>(this->GetParam()); in SetUp()
135 mask_ = (1 << bit_depth_) - 1; in SetUp()
141 int bit_depth_; member in __anonde013e5b0111::LoopTestParam
192 call_filter(ref_s + 8 + p * 8, p, blimit, limit, thresh, bit_depth_, \
195 thresh, bit_depth_, loopfilter_op_)); \
238 call_filter(ref_s + 8 + p * 8, p, blimit, limit, thresh, bit_depth_, \
241 thresh, bit_depth_, loopfilter_op_)); \
261 const int32_t bd = bit_depth_; \
323 limit1, thresh1, bit_depth_, ref_loopfilter_op_); \
326 limit1, thresh1, bit_depth_, loopfilter_op_)); \
382 limit1, thresh1, bit_depth_, ref_loopfilter_op_); \
385 limit1, thresh1, bit_depth_, loopfilter_op_)); \
436 limit1, thresh1, bit_depth_, loopfilter_op_); \