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

/external/skqp/src/core/
H A DSkImageInfoPriv.h22 const int kMaxDimension = SK_MaxS32 >> 2; local
23 if (info.width() > kMaxDimension || info.height() > kMaxDimension) {
/external/webrtc/webrtc/modules/audio_processing/vad/
H A Dgmm.cc20 static const int kMaxDimension = 10; member in namespace:webrtc
45 if (gmm_parameters.dimension > kMaxDimension) {
49 double v[kMaxDimension];
/external/skia/src/core/
H A DSkImageInfoPriv.h63 const int kMaxDimension = SK_MaxS32 >> 2; local
64 if (info.width() > kMaxDimension || info.height() > kMaxDimension) {
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
H A Dextract_feature.cc38 static const int kMaxDimension = 1000000; member in namespace:tflite::ops::custom::extract
95 ::util::Fingerprint64(strref.str, strref.len) % kMaxDimension;
/external/libvpx/libvpx/test/
H A Dconvolve_test.cc32 static const unsigned int kMaxDimension = 64; member in namespace:__anon12662
116 uint8_t intermediate_buffer[71 * kMaxDimension];
181 uint8_t tmp[kMaxDimension * kMaxDimension];
183 assert(output_width <= kMaxDimension);
184 assert(output_height <= kMaxDimension);
212 uint16_t intermediate_buffer[71 * kMaxDimension];
283 uint16_t tmp[kMaxDimension * kMaxDimension];
285 assert(output_width <= kMaxDimension);
[all...]
/external/v4l2_codec2/vda/
H A Dvp9_uncompressed_header_parser.cc720 const unsigned kMaxDimension = 1u << 16; local
721 DCHECK_LE(fhdr->frame_width, kMaxDimension);
722 DCHECK_LE(fhdr->frame_height, kMaxDimension);

Completed in 1847 milliseconds