Home
last modified time | relevance | path

Searched defs:width_factor (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_3a_stats_context.cpp49 …ulatorContext::allocate_data (const VideoBufferInfo &buffer_info, uint32_t width_factor, uint32_t … in allocate_data()
/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c142 const int16_t width_factor = 21845; in WebRtcNsx_NoiseEstimationNeon() local
Dnsx_core.c342 const int16_t width_factor = 21845; in NoiseEstimationC() local
/external/tensorflow/tensorflow/python/keras/
Dbackend.py2384 def resize_images(x, height_factor, width_factor, data_format, argument
2445 def resize_volumes(x, depth_factor, height_factor, width_factor, data_format): argument