Searched refs:vard (Results 1 – 7 of 7) sorted by relevance
53 vard myVar2 = 1;
894 int vard; ///< sum of squared differences with the estimated motion vector in ff_estimate_p_frame_motion() local966 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()
409 int vard= score >> 8; in encode_q_branch() local410 if (vard <= 64 || vard < varc) in encode_q_branch()411 c->scene_change_score+= ff_sqrt(vard) - ff_sqrt(varc); in encode_q_branch()
64 tests/cases/compiler/commonMissingSemicolons.ts(50,1): error TS2304: Cannot find name 'vard'.256 vard myVar2 = 1;260 !!! error TS2304: Cannot find name 'vard'.
1267 vardır vasıta veya1471 vardır1569 vardır1641 akdi sebep vardır1844 ancak kulluk vardır1879 temsilciler vardır2175 vardır2378 vardır2551 vardır devlete evlenme2659 dönmek vardır[all …]
1922 2005-11-21 Håvard Wall <haavardw@ifi.uio.no>
2588 * [#573](https://github.com/joyent/node/issues/573) Diffie-Hellman support to crypto module (Håvard…