HomeSort by relevance Sort by last modified time
    Searched refs:AVG (Results 1 - 23 of 23) sorted by null

  /external/libmpeg2/common/
ideint_cac.c 251 tmp_1 = AVG(pu1_top_0[i], pu1_top_1[i]);
252 tmp_2 = AVG(pu1_top_2[i], pu1_top_3[i]);
253 val_1 = AVG(tmp_1, tmp_2);
255 tmp_1 = AVG(pu1_bot_0[i], pu1_bot_1[i]);
256 tmp_2 = AVG(pu1_bot_2[i], pu1_bot_3[i]);
257 val_2 = AVG(tmp_1, tmp_2);
280 tmp_1 = AVG(pu1_top_0[i], pu1_bot_0[i]);
281 tmp_2 = AVG(pu1_top_2[i], pu1_bot_2[i]);
282 val_1 = AVG(tmp_1, tmp_2);
284 tmp_1 = AVG(pu1_top_1[i], pu1_bot_1[i])
    [all...]
icv_macros.h 52 #define AVG(a,b) (((a) + (b) + 1) >> 1)
54 #define MEAN(a, b) AVG(a, b)
ideint_utils.c 471 pu1_dst[i] = (UWORD8)AVG(pu1_row_1[i], pu1_row_2[i]);
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_3d.h 25 enum PoolingType { MAX, AVG };
pooling_ops_3d.cc 101 struct LaunchPoolingOp<CPUDevice, T, AVG> {
    [all...]
pooling_ops_3d_sycl.h 584 struct LaunchPoolingOp<SYCLDevice, T, AVG> {
    [all...]
  /frameworks/rs/perf-test-scripts/
timing 216 # calculate avg and stdcoef
217 AVG=`cat timing.tmp | awk '{sum+=$2}END{printf "%.2f",sum/NR}'`
224 echo "set title \"${TEST_NAMES[$testId]} \(avg=$AVG ms, stdcoef=$STDCOEF%\)\"" >> plot.tmp
275 # calculate avg and stdcoef
276 AVG=`cat timing.tmp | awk '{sum+=$2}END{printf "%.2f",sum/NR}'`
283 echo "set title \"${TEST_NAMES[$testId]} \(avg=$AVG ms, stdcoef=$STDCOEF%\)\"" >> plot.tmp
  /external/tensorflow/tensorflow/python/kernel_tests/
pool_test.py 51 pooling_type: either "MAX" or "AVG".
82 elif pooling_type == "AVG":
115 pooling_type: either "MAX" or "AVG".
159 for pooling_type in ["MAX", "AVG"]:
171 for pooling_type in ["MAX", "AVG"]:
197 for pooling_type in ["MAX", "AVG"]:
223 for pooling_type in ["MAX", "AVG"]:
307 for pooling_type in ["AVG", "MAX"]:
333 for pooling_type in ["AVG", "MAX"]:
359 for pooling_type in ["AVG", "MAX"]
    [all...]
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 285 X86_INTRINSIC_DATA(avx2_pavg_b, INTR_TYPE_2OP, X86ISD::AVG, 0),
286 X86_INTRINSIC_DATA(avx2_pavg_w, INTR_TYPE_2OP, X86ISD::AVG, 0),
    [all...]
X86ISelLowering.h 227 AVG,
    [all...]
X86ISelLowering.cpp     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 165 ALU2(AVG)
brw_fs_builder.h 455 ALU2(AVG)
brw_vec4_builder.h 401 ALU2(AVG)
  /external/blktrace/btt/doc/
btt.tex 175 ALL MIN AVG MAX N
333 DEV | Avg Reqs @ Q
372 Q2Q MIN AVG MAX N
388 D2C MIN AVG MAX N
421 AVG | 52.9 6.2 10.0 20.1 5.3 1.7 1.4 0.2 0.0 2.1
449 \item[subset of \texttt{.avg} data, easily parsed ] When the
    [all...]
  /external/tensorflow/tensorflow/python/ops/
nn_ops.py     [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 1106 milliseconds