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

  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 96 /* compare mincost/384 and SBE/64 */
1389 int cost, mincost; local
    [all...]
avcenc_lib.h 395 \param "mincost" "Minimal cost so far."
399 int SATDChroma(uint8 *orgCb, uint8 *orgCr, int org_pitch, uint8 *pred, int mincost);
    [all...]
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 730 costdata mincost; local
738 mincost = DISABLEcostdata;
742 if (arc->cost < mincost) mincost = arc->cost;
744 if (mincost >= DISABLEcostdata)

Completed in 30 milliseconds