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

  /external/libavc/common/arm/
ih264_weighted_pred_a9q.s 26 @* Contains function definitions for weighted prediction.
46 @* This routine performs the default weighted prediction as described in sec
47 @* 8.4.2.3.2 titled "Weighted sample prediction process" for luma.
50 @* This function gets a ht x wd block, calculates the weighted sample, rounds
69 @* weight for the weighted prediction
148 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from rows 1,2
149 vrshl.s16 q3, q3, q0 @rounds off the weighted samples from rows 3,4
182 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from row 1
183 vrshl.s16 q3, q3, q0 @rounds off the weighted samples from row 2
184 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from row
    [all...]
ih264_weighted_bi_pred_a9q.s 26 @* Contains function definitions for weighted biprediction.
46 @* This routine performs the weighted biprediction as described in sec
47 @* 8.4.2.3.2 titled "Weighted sample prediction process" for luma.
50 @* This function gets two ht x wd blocks, calculates the weighted samples,
75 @* weight for the weighted prediction
78 @* weight for the weighted prediction
190 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from rows 1,2
191 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from rows 3,4
238 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from row 1
239 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from row
    [all...]
ih264_default_weighted_pred_a9q.s 26 @* Contains function definitions for default weighted prediction.
46 @* This routine performs the default weighted prediction as described in sec
47 @* 8.4.2.3.1 titled "Default weighted sample prediction process" for luma.
220 @* This routine performs the default weighted prediction as described in sec
221 @* 8.4.2.3.1 titled "Default weighted sample prediction process" for chroma.
  /external/opencv/cvaux/src/
cvclique.cpp 129 void cvStartFindCliques( CvGraph* graph, CvCliqueFinder* finder, int reverse, int weighted, int weighted_edges )
133 if (weighted)
135 finder->weighted = 1;
152 else finder->weighted = 0;
250 if(finder->weighted)
288 if( (!finder->weighted) && (k + ce[k] - ne[k] < finder->best_score) )
294 if( finder->weighted && !finder->weighted_edges &&
379 if( finder->weighted )
393 if( finder->weighted )
415 if( finder->weighted )
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 328 int weighted; member in struct:CvCliqueFinder
343 int weighted CV_DEFAULT(0), int weighted_edges CV_DEFAULT(0));
    [all...]
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 354 milliseconds