Home
last modified time | relevance | path

Searched refs:y_channel (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_convert_ycbcr.c29 nir_ssa_def *y_channel, in y_range() argument
35 return y_channel; in y_range()
39 nir_fmul(b, y_channel, in y_range()
/external/webrtc/modules/audio_processing/aec3/
Dsubtractor_unittest.cc116 std::array<float, kBlockSize> y_channel; in RunSubtractorTest() local
118 y_channel); in RunSubtractorTest()
120 y[capture_ch][k] += y_channel[k] / num_render_channels; in RunSubtractorTest()
Dadaptive_fir_filter_unittest.cc434 std::array<float, kBlockSize> y_channel; in TEST_P() local
435 delay_buffer[ch].Delay(x[0][ch], y_channel); in TEST_P()
437 y[k] += y_channel[k] / num_render_channels; in TEST_P()