HomeSort by relevance Sort by last modified time
    Searched refs:UUT_ (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/test/
convolve_test.cc 407 UUT_ = GET_PARAM(2);
409 if (UUT_->use_highbd_ != 0) {
410 mask_ = (1 << UUT_->use_highbd_) - 1;
466 if (UUT_->use_highbd_ == 0) {
479 if (UUT_->use_highbd_ == 0) {
492 if (UUT_->use_highbd_ == 0) {
504 if (UUT_->use_highbd_ == 0) {
516 if (UUT_->use_highbd_ == 0) {
526 const ConvolveFunctions *UUT_;
559 UUT_->copy_[0](in, kInputStride, out, kOutputStride, NULL, 0, 0, 0, 0
    [all...]
  /external/libaom/libaom/test/
convolve_test.cc 338 UUT_ = GET_PARAM(2);
339 if (UUT_->use_highbd_ != 0)
340 mask_ = (1 << UUT_->use_highbd_) - 1;
387 if (UUT_->use_highbd_ == 0) {
396 if (UUT_->use_highbd_ == 0) {
405 if (UUT_->use_highbd_ == 0) {
413 if (UUT_->use_highbd_ == 0) {
421 if (UUT_->use_highbd_ == 0) {
432 if (UUT_->use_highbd_ == 0) {
439 UUT_->use_highbd_)
    [all...]

Completed in 123 milliseconds