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

  /external/libyuv/files/unit_test/
unit_test.h 129 int benchmark_pixels_div1280_; // Total pixels to benchmark / 1280. member in class:LibYUVColorTest
142 int benchmark_pixels_div1280_; // Total pixels to benchmark / 1280. member in class:LibYUVConvertTest
155 int benchmark_pixels_div1280_; // Total pixels to benchmark / 1280. member in class:LibYUVScaleTest
168 int benchmark_pixels_div1280_; // Total pixels to benchmark / 1280. member in class:LibYUVRotateTest
181 int benchmark_pixels_div1280_; // Total pixels to benchmark / 1280. member in class:LibYUVPlanarTest
194 int benchmark_pixels_div1280_; // Total pixels to benchmark / 1280. member in class:LibYUVBaseTest
unit_test.cc 83 benchmark_pixels_div1280_ = static_cast<int>((
135 benchmark_pixels_div1280_ = static_cast<int>((
187 benchmark_pixels_div1280_ = static_cast<int>((
239 benchmark_pixels_div1280_ = static_cast<int>((
291 benchmark_pixels_div1280_ = static_cast<int>((
343 benchmark_pixels_div1280_ = static_cast<int>((
math_test.cc 76 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
104 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
138 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
planar_test.cc 77 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
350 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
422 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
494 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
564 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
634 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
692 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
751 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
774 for (int i = 0; i < benchmark_pixels_div1280_; ++i) {
798 for (int i = 0; i < benchmark_pixels_div1280_; ++i)
    [all...]

Completed in 34 milliseconds