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 33 static const int kNumBlocks = 4;
390 GetHttpResponseInfoSize(head) + kNumBlocks * kBlockSize;
395 for (int i = 0; i < kNumBlocks; ++i) {
397 base::Unretained(this), kNumBlocks - i));
450 for (int i = 0; i < kNumBlocks; ++i) {
452 base::Unretained(this), kNumBlocks - i));
468 for (int i = 0; i < kNumBlocks; ++i) {
470 base::Unretained(this), kNumBlocks - i));
491 int big_size = kNumBlocks * kBlockSize;
497 for (int i = 0; i < kNumBlocks; ++i, p += kBlockSize
    [all...]
appcache_url_request_job_unittest.cc 46 const int kNumBlocks = 4;
126 received_data_(new net::IOBuffer(kNumBlocks * kBlockSize)),
170 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 474 const int kNumBlocks = kFrames - (kFramesPerBlock - 1);
476 scoped_ptr<float[]> energies(new float[kChannels * kNumBlocks]);
490 for (int n = 0; n < kNumBlocks; ++n) {

Completed in 107 milliseconds