Home
last modified time | relevance | path

Searched refs:lambda (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dquant_enc.c585 return rate * lambda + RD_DISTO_MULT * distortion; in RDScoreTrellis()
592 int lambda) { in TrellisQuantizeBlock() argument
626 best_score = RDScoreTrellis(lambda, cost, 0); in TrellisQuantizeBlock()
631 ss_cur[m].score = RDScoreTrellis(lambda, rate, 0); in TrellisQuantizeBlock()
984 const int lambda = dqm->lambda_i16_; in PickBestIntra16() local
1013 SetRDScore(lambda, rd_cur); in PickBestIntra16()
1048 const int lambda = dqm->lambda_i4_; in PickBestIntra4() local
1098 SetRDScore(lambda, &rd_tmp); in PickBestIntra4()
1103 SetRDScore(lambda, &rd_tmp); in PickBestIntra4()
1143 const int lambda = dqm->lambda_uv_; in PickBestUV() local
[all …]
/AliOS-Things-master/components/py_engine/engine/genhdr/
A Dqstrdefs-haas.h57 Q(<lambda>)
/AliOS-Things-master/components/py_engine/engine/py/
A Dqstrdefs.h54 Q(<lambda>)
/AliOS-Things-master/components/cplusplus/
A DREADME.md16 - lambda匿名函数
/AliOS-Things-master/components/py_engine/engine/tools/
A Duncrustify.cfg94 # Add or remove space around '=' in C++11 lambda capture specifications.
99 # Add or remove space after the capture specification of a C++11 lambda when
103 # Add or remove space after the capture specification of a C++11 lambda with
107 # Add or remove space after the argument list of a C++11 lambda, as in
111 # Add or remove space between a lambda body and its call operator of an
112 # immediately invoked lambda, as in '[]( ... ){ ... } <here> ( ... )'.
1302 # Whether to indent the body of a C++11 lambda.
1805 # Add or remove newline between C++11 lambda signature and '{'.
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A Dtrain_micro_speech_model.ipynb61 "TOTAL_STEPS = str(sum(map(lambda string: int(string), TRAINING_STEPS.split(\",\"))))\n",

Completed in 13 milliseconds