Searched refs:y_tmp (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/video_processing/ |
D | video_denoiser.cc | 92 uint8_t y_tmp[16 * 16] = {0}; in DenoiseFrame() local 100 if (filter_->MbDenoise(mb_dst, stride_y, y_tmp, 16, mb_src, stride_y, 0, in DenoiseFrame() 105 mb_dst, stride_y, y_tmp, 16, &metrics_[mb_index].sad); in DenoiseFrame() 119 filter_->CopyMem16x16(y_tmp, 16, mb_dst, stride_y); in DenoiseFrame()
|
/external/libaom/libaom/av1/encoder/x86/ |
D | temporal_filter_sse4.c | 298 __m128i y_tmp; in add_luma_dist_to_8_chroma_mod() local 299 read_dist_8(y_dist + DIST_STRIDE, &y_tmp); in add_luma_dist_to_8_chroma_mod() 301 y_reg = _mm_adds_epu16(y_reg, y_tmp); in add_luma_dist_to_8_chroma_mod()
|