Searched refs:candidates (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_mvref_common.c309 // Make sure all the candidates are properly clamped etc
348 int_mv candidates[2 + MAX_MV_REF_CANDIDATES]; local
349 candidates[0] = bmi[1].as_mv[ref];
350 candidates[1] = bmi[0].as_mv[ref];
351 candidates[2] = mv_list[0];
352 candidates[3] = mv_list[1];
356 if (nearest->as_int != candidates[n].as_int) {
357 near->as_int = candidates[n].as_int;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mcomp.c493 #define PATTERN_CANDIDATES_REF 3 // number of refinement candidates
496 // Each scale can have a different number of candidates and shape of
497 // candidates as indicated in the num_candidates and candidates arrays
508 const MV candidates[MAX_PATTERN_SCALES]
547 const MV this_mv = {br + candidates[t][i].row,
548 bc + candidates[t][i].col};
556 const MV this_mv = {br + candidates[t][i].row,
557 bc + candidates[t][i].col};
574 br += candidates[best_init_
[all...]
H A Dvp9_rdopt.c2330 int_mv *const candidates = mi->mbmi.ref_mvs[ref_frame]; local
2338 vp9_find_mv_refs(cm, xd, tile, mi, ref_frame, candidates, mi_row, mi_col);
2341 vp9_find_best_ref_mvs(xd, cm->allow_high_precision_mv, candidates,
2345 // Further refinement that is encode side only to test the top few candidates
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcLayerList.cpp329 DTRACE("no cursor plane available. candidates %d", cursorCandidates);
335 // need up to number of candidates for plane assignment
379 DTRACE("no overlay plane available. candidates %d", overlayCandidates);
385 // need up to number of candidates for plane assignment
431 VTRACE("no sprite plane available, candidates %d", spriteCandidates);
437 // need up to number of candidates for plane assignment
474 // find a sprit layer that is not candidate but has lower priority than candidates.
483 int candidates = (int)mZOrderConfig.size(); local
487 if (candidates == layers - 1 && spriteLayer != NULL) {
488 // primary plane is configured as sprite, all sprite candidates ar
[all...]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcLayerList.cpp397 DLOGTRACE("no cursor plane available. candidates %d", cursorCandidates);
403 // need up to number of candidates for plane assignment
448 DLOGTRACE("no overlay plane available. candidates %d", overlayCandidates);
454 // need up to number of candidates for plane assignment
500 VLOGTRACE("no sprite plane available, candidates %d", spriteCandidates);
506 // need up to number of candidates for plane assignment
543 // find a sprit layer that is not candidate but has lower priority than candidates.
552 int candidates = (int)mZOrderConfig.size(); local
556 if (candidates == layers - 1 && spriteLayer != NULL) {
557 // primary plane is configured as sprite, all sprite candidates ar
[all...]
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c853 int possible_blit = 0, candidates = 0; local
864 candidates++;
876 candidates++;
890 if (!possible_blit || possible_blit != candidates) {

Completed in 233 milliseconds