OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_highbd_
(Results
1 - 3
of
3
) sorted by null
/external/libaom/libaom/test/
convolve_test.cc
42
: copy_(copy), h8_(h8), v8_(v8),
use_highbd_
(bd) {}
47
int
use_highbd_
; // 0 if high bitdepth not used, else the actual bit depth.
member in struct:__anon26728::ConvolveFunctions
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)
[
all
...]
yuv_temporal_filter_test.cc
363
use_highbd_
= (bd_ != 8);
397
int
use_highbd_
;
member in class:__anon26798::YUVTemporalFilterTest
580
if (
use_highbd_
) {
615
if (
use_highbd_
) {
643
if (
use_highbd_
) {
684
if (
use_highbd_
) {
/external/libvpx/libvpx/test/
convolve_test.cc
54
:
use_highbd_
(bd) {
78
int
use_highbd_
; // 0 if high bitdepth not used, else the actual bit depth.
member in struct:__anon29662::ConvolveFunctions
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) {
566
UUT_->
use_highbd_
? UUT_->use_highbd_ : 8, elapsed_time)
[
all
...]
Completed in 335 milliseconds