Home
last modified time | relevance | path

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

/external/libopus/silk/fixed/
Dresidual_energy16_FIX.c45 opus_int32 c_max, w_max, tmp, tmp2, nrg; in silk_residual_energy16_covar_FIX() local
64 w_max = silk_max_32( wXX[ 0 ], wXX[ D * D - 1 ] ); in silk_residual_energy16_covar_FIX()
65 …Qxtra = silk_min_int( Qxtra, silk_CLZ32( silk_MUL( D, silk_RSHIFT( silk_SMULWB( w_max, c_max ), 4 … in silk_residual_energy16_covar_FIX()
/external/tensorflow/tensorflow/core/kernels/
Ddilation_ops_gpu.cu.cc146 int w_max = 0; in DilationBackpropFilterKernel() local
163 w_max = w; in DilationBackpropFilterKernel()
170 filter_backprop_ptr + d + depth * (w_max + filter_cols * h_max), in DilationBackpropFilterKernel()
Ddilation_ops.cc424 int w_max = 0; in operator ()() local
435 w_max = w; in operator ()()
441 filter_backprop(h_max, w_max, d) += in operator ()()