Searched refs:j_max (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/android/ |
D | record_histogram.cc | 108 jint j_max, in JNI_RecordHistogram_CustomCountHistogram() argument 112 int32_t max = static_cast<int32_t>(j_max); in JNI_RecordHistogram_CustomCountHistogram() 135 jint j_max, in JNI_RecordHistogram_LinearCountHistogram() argument 139 int32_t max = static_cast<int32_t>(j_max); in JNI_RecordHistogram_LinearCountHistogram() 174 jint j_max, in JNI_RecordHistogram_CustomTimesHistogram() argument 179 int32_t max = static_cast<int32_t>(j_max); in JNI_RecordHistogram_CustomTimesHistogram() 248 jint j_max, in JNI_RecordHistogram_RecordCustomCountHistogram() argument 254 env, j_histogram_name, j_histogram_key, j_min, j_max, j_num_buckets); in JNI_RecordHistogram_RecordCustomCountHistogram() 266 jint j_max, in JNI_RecordHistogram_RecordLinearCountHistogram() argument 272 env, j_histogram_name, j_histogram_key, j_min, j_max, j_num_buckets); in JNI_RecordHistogram_RecordLinearCountHistogram() [all …]
|
/external/exoplayer/tree/extensions/av1/src/main/jni/ |
D | gav1_jni.cc | 429 const int j_max = decoder_buffer->displayed_width[plane_index] & ~15; in Convert10BitFrameTo8BitDataBufferNeon() local 431 for (j = 0; j < j_max; j += 16) { in Convert10BitFrameTo8BitDataBufferNeon()
|
/external/webp/src/enc/ |
D | backward_references_enc.c | 511 const int j_max = in BackwardReferencesLz77() local 521 for (j = i_last_check + 1; j <= j_max; ++j) { in BackwardReferencesLz77()
|
/external/webrtc/sdk/android/src/jni/pc/ |
D | peer_connection.cc | 760 const JavaParamRef<jobject>& j_max) { in JNI_PeerConnection_SetBitrate() argument 764 params.max_bitrate_bps = JavaToNativeOptionalInt(jni, j_max); in JNI_PeerConnection_SetBitrate()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view.cc | 861 for (int j = 0, j_max = node->regular_fanouts_by_port_[i].size(); j < j_max; in ReplaceNodeFanouts() local
|