Searched refs:width_factor (Results 1 – 8 of 8) sorted by relevance
/external/libxcam/modules/ocl/ |
D | cl_3a_stats_context.cpp | 49 …rContext::allocate_data (const VideoBufferInfo &buffer_info, uint32_t width_factor, uint32_t heigh… in allocate_data() argument 62 XCAM_ASSERT ((width_factor & (width_factor - 1)) == 0 && in allocate_data() 64 _width_factor = width_factor; in allocate_data() 66 multiply_factor = width_factor * height_factor; in allocate_data()
|
D | cl_3a_stats_context.h | 55 …bool allocate_data (const VideoBufferInfo &buffer_info, uint32_t width_factor, uint32_t height_fac…
|
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | nsx_core_neon.c | 142 const int16_t width_factor = 21845; in WebRtcNsx_NoiseEstimationNeon() local 181 int16x8_t WIDTHFACTOR_16x8 = vdupq_n_s16(width_factor); in WebRtcNsx_NoiseEstimationNeon() 328 width_factor, countDiv, 15); in WebRtcNsx_NoiseEstimationNeon()
|
D | nsx_core.c | 342 const int16_t width_factor = 21845; in NoiseEstimationC() local 429 width_factor, countDiv, 15); in NoiseEstimationC()
|
/external/tensorflow/tensorflow/python/keras/ |
D | backend_test.py | 462 width_factor = 2 467 width_factor, 475 width_factor, 483 width_factor, 488 width_factor = 2 495 width_factor, 504 width_factor, 513 width_factor,
|
D | backend.py | 2384 def resize_images(x, height_factor, width_factor, data_format, argument 2412 np.array([height_factor, width_factor], dtype='int32')) 2434 new_width = original_shape[cols] * width_factor 2445 def resize_volumes(x, depth_factor, height_factor, width_factor, data_format): argument 2465 output = repeat_elements(output, width_factor, axis=4) 2470 output = repeat_elements(output, width_factor, axis=3)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.backend.pbtxt | 405 …argspec: "args=[\'x\', \'height_factor\', \'width_factor\', \'data_format\', \'interpolation\'], v… 409 …argspec: "args=[\'x\', \'depth_factor\', \'height_factor\', \'width_factor\', \'data_format\'], va…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.backend.pbtxt | 409 …argspec: "args=[\'x\', \'height_factor\', \'width_factor\', \'data_format\', \'interpolation\'], v… 413 …argspec: "args=[\'x\', \'depth_factor\', \'height_factor\', \'width_factor\', \'data_format\'], va…
|