HomeSort by relevance Sort by last modified time
    Searched full:tmp_moment2 (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
denoising.cc 75 uint32_t tmp_moment2; local
123 tmp_moment2 = moment2_[ksub + jsub];
127 tmp_moment2 *= kDenoiseFiltParam; // Q16
128 tmp_moment2 += ((kDenoiseFiltParamRec * tmp) << 8);
129 tmp_moment2 >>= 8; // Q8
131 moment2_[k + j] = tmp_moment2;

Completed in 49 milliseconds