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

  /external/chromium_org/content/browser/appcache/
appcache_response_unittest.cc 28 static const int kNumBlocks = 4;
383 GetHttpResponseInfoSize(head) + kNumBlocks * kBlockSize;
388 for (int i = 0; i < kNumBlocks; ++i) {
390 base::Unretained(this), kNumBlocks - i));
443 for (int i = 0; i < kNumBlocks; ++i) {
445 base::Unretained(this), kNumBlocks - i));
461 for (int i = 0; i < kNumBlocks; ++i) {
463 base::Unretained(this), kNumBlocks - i));
484 int big_size = kNumBlocks * kBlockSize;
490 for (int i = 0; i < kNumBlocks; ++i, p += kBlockSize
    [all...]
appcache_url_request_job_unittest.cc 41 const int kNumBlocks = 4;
121 received_data_(new net::IOBuffer(kNumBlocks * kBlockSize)),
165 DCHECK(amount_received_ + kBlockSize <= kNumBlocks * kBlockSize);
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
push_sinc_resampler_unittest.cc 125 const int kNumBlocks = kTestDurationSecs * 100;
162 for (int i = 0; i < kNumBlocks; ++i) {
175 for (int i = 0; i < kNumBlocks; ++i) {
  /external/chromium_org/third_party/libwebp/enc/
quant.c 869 const int kNumBlocks = 16;
892 IsFlat(rd16.y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16)) {
894 rd16.R += FLATNESS_PENALTY * kNumBlocks;
    [all...]
  /external/webp/src/enc/
quant.c 869 const int kNumBlocks = 16;
892 IsFlat(rd16.y_ac_levels[0], kNumBlocks, FLATNESS_LIMIT_I16)) {
894 rd16.R += FLATNESS_PENALTY * kNumBlocks;
    [all...]
  /external/chromium_org/media/filters/
audio_renderer_algorithm_unittest.cc 476 const int kNumBlocks = kFrames - (kFramesPerBlock - 1);
478 scoped_ptr<float[]> energies(new float[kChannels * kNumBlocks]);
492 for (int n = 0; n < kNumBlocks; ++n) {

Completed in 867 milliseconds