Home
last modified time | relevance | path

Searched refs:vard (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DcommonMissingSemicolons.ts53 vard myVar2 = 1;
/third_party/ffmpeg/libavcodec/
Dmotion_est.c894 int vard; ///< sum of squared differences with the estimated motion vector in ff_estimate_p_frame_motion() local
966 vard = s->mecc.sse[0](NULL, pix, ppix, s->linesize, 16); in ff_estimate_p_frame_motion()
968 pic->mc_mb_var[s->mb_stride * mb_y + mb_x] = (vard+128)>>8; in ff_estimate_p_frame_motion()
969 c->mc_mb_var_sum_temp += (vard+128)>>8; in ff_estimate_p_frame_motion()
972 int p_score= FFMIN(vard, varc-500+(s->lambda2>>FF_LAMBDA_SHIFT)*100); in ff_estimate_p_frame_motion()
976 if (vard*2 + 200*256 > varc && !s->intra_penalty) in ff_estimate_p_frame_motion()
978 if (varc*2 + 200*256 > vard || s->qscale > 24){ in ff_estimate_p_frame_motion()
990 && !c->skip && varc>50<<8 && vard>10<<8){ in ff_estimate_p_frame_motion()
1011 && !c->skip && varc>50<<8 && vard>10<<8){ in ff_estimate_p_frame_motion()
1054 int p_score= FFMIN(vard, varc-500+(s->lambda2>>FF_LAMBDA_SHIFT)*100); in ff_estimate_p_frame_motion()
Dsnowenc.c409 int vard= score >> 8; in encode_q_branch() local
410 if (vard <= 64 || vard < varc) in encode_q_branch()
411 c->scene_change_score+= ff_sqrt(vard) - ff_sqrt(varc); in encode_q_branch()
/third_party/typescript/tests/baselines/reference/
DcommonMissingSemicolons.errors.txt64 tests/cases/compiler/commonMissingSemicolons.ts(50,1): error TS2304: Cannot find name 'vard'.
256 vard myVar2 = 1;
260 !!! error TS2304: Cannot find name 'vard'.
/third_party/icu/icu4j/perf-tests/data/collation/
DTestRandomWordsUDHR_tr.txt1267 vardır vasıta veya
1471 vardır
1569 vardır
1641 akdi sebep vardır
1844 ancak kulluk vardır
1879 temsilciler vardır
2175 vardır
2378 vardır
2551 vardır devlete evlenme
2659 dönmek vardır
[all …]
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.221922 2005-11-21 Håvard Wall <haavardw@ifi.uio.no>
/third_party/node/doc/changelogs/
DCHANGELOG_ARCHIVE.md2588 * [#573](https://github.com/joyent/node/issues/573) Diffie-Hellman support to crypto module (Håvard