Searched refs:use_highbd_ (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/test/
H A Dconvolve_test.cc53 : use_highbd_(bd) {
77 int use_highbd_; // 0 if high bitdepth not used, else the actual bit depth. member in struct:__anon11720::ConvolveFunctions
405 if (UUT_->use_highbd_ != 0) {
406 mask_ = (1 << UUT_->use_highbd_) - 1;
460 if (UUT_->use_highbd_ == 0) {
473 if (UUT_->use_highbd_ == 0) {
486 if (UUT_->use_highbd_ == 0) {
498 if (UUT_->use_highbd_ == 0) {
510 if (UUT_->use_highbd_ == 0) {
560 UUT_->use_highbd_
[all...]

Completed in 288 milliseconds