Home
last modified time | relevance | path

Searched refs:currentBlockP (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/
H A Dbsearch.c162 const LumBlock * const currentBlockP, in FindBestMatchExhaust() argument
421 const LumBlock * const currentBlockP, in trySpacing() argument
538 currentBlockP, blockP, prev, by, bx); in FindBestMatchLogarithmic()
607 const LumBlock * const currentBlockP, in FindBestMatch() argument
620 blockP, currentBlockP, prev, by, bx, in FindBestMatch()
625 blockP, currentBlockP, prev, by, bx, in FindBestMatch()
630 blockP, currentBlockP, prev, by, bx, in FindBestMatch()
635 blockP, currentBlockP, prev, by, bx, in FindBestMatch()
700 PTwoLevelSearch(currentBlockP, prev, by, bx, in BMotionSearchNoInterp()
737 BMotionSearchSimple(const LumBlock * const currentBlockP, in BMotionSearchSimple() argument
[all …]
H A Dpsearch.c82 PMotionSearch(const LumBlock * const currentBlockP, in PMotionSearch() argument
95 PLocalSearch(currentBlockP, prev, by, bx, in PMotionSearch()
102 PTwoLevelSearch(currentBlockP, prev, by, bx, in PMotionSearch()
271 PSubSampleSearch(const LumBlock * const currentBlockP, in PSubSampleSearch() argument
420 const LumBlock * const currentBlockP, in findBestSpaced() argument
476 PLogarithmicSearch(const LumBlock * const currentBlockP, in PLogarithmicSearch() argument
537 diff = LumMotionError(currentBlockP, prev, by, bx, in PLogarithmicSearch()
565 PLocalSearch(const LumBlock * const currentBlockP, in PLocalSearch() argument
587 bestDiff = LumMotionError(currentBlockP, prev, by, bx, in PLocalSearch()
666 PTwoLevelSearch(const LumBlock * const currentBlockP, in PTwoLevelSearch() argument
[all …]
H A Dsubsample.c131 LumMotionErrorA(const LumBlock * const currentBlockP, in LumMotionErrorA() argument
149 const int32 * const currentRow = currentBlockP->l[rowNumber]; in LumMotionErrorA()
173 LumMotionErrorB(const LumBlock * const currentBlockP, in LumMotionErrorB() argument
191 const int32 * const currentRow = currentBlockP->l[rowNumber]; in LumMotionErrorB()
214 LumMotionErrorC(const LumBlock * const currentBlockP, in LumMotionErrorC() argument
232 const int32 * const currentRow = currentBlockP->l[rowNumber]; in LumMotionErrorC()
255 LumMotionErrorD(const LumBlock * const currentBlockP, in LumMotionErrorD() argument
273 const int32 * const currentRow = currentBlockP->l[rowNumber]; in LumMotionErrorD()
H A Dpframe.c95 ZeroMotionBetter(const LumBlock * const currentBlockP, in ZeroMotionBetter() argument
143 DoIntraCode(const LumBlock * const currentBlockP, in DoIntraCode() argument
159 currPixel = currentBlockP->l[y][x]; in DoIntraCode()
198 ZeroMotionSufficient(const LumBlock * const currentBlockP, in ZeroMotionSufficient() argument
216 zeroDiff = LumBlockMAD(currentBlockP, &motionBlock, 0x7fffffff); in ZeroMotionSufficient()
227 LumBlock * const currentBlockP) { in computeCurrentBlock() argument
235 currentBlockP->l[iy][ix] = in computeCurrentBlock()
251 const LumBlock * const currentBlockP, in computeMotionVectors() argument
283 if (ZeroMotionSufficient(currentBlockP, prev, y, x)) { in computeMotionVectors()
290 PMotionSearch(currentBlockP, prev, y, x, &motion); in computeMotionVectors()
[all …]
H A Dblock.c379 LumBlockMAD(const LumBlock * const currentBlockP, in LumBlockMAD() argument
389 const int32 * const currentRow = currentBlockP->l[y]; in LumBlockMAD()
429 LumMotionError(const LumBlock * const currentBlockP, in LumMotionError() argument
452 const int32 * const cacross = currentBlockP->l[y]; in LumMotionError()
473 const int32 * const cacross = currentBlockP->l[y]; in LumMotionError()
495 const int32 * const cacross = currentBlockP->l[y]; in LumMotionError()
515 const int32 * const cacross = currentBlockP->l[y]; in LumMotionError()
534 const int32 * const cacross = currentBlockP->l[y]; in LumMotionError()
567 LumAddMotionError(const LumBlock * const currentBlockP, in LumAddMotionError() argument
590 const int32 * const cacross = currentBlockP->l[y]; in LumAddMotionError()
H A Dbframe.c529 const LumBlock * const currentBlockP, in makeNonSkipBlock() argument
555 mode = BMotionSearch(currentBlockP, prev, next, y, x, in makeNonSkipBlock()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/ppmtompeg/headers/
H A Dmotion_search.h63 PLogarithmicSearch(const LumBlock * const currentBlockP,
71 PSubSampleSearch(const LumBlock * const currentBlockP,
79 PLocalSearch(const LumBlock * const currentBlockP,
88 PTwoLevelSearch(const LumBlock * const currentBlockP,
96 PMotionSearch(const LumBlock * const currentBlockP,
H A Dblock.h9 LumBlockMAD(const LumBlock * const currentBlockP,
14 LumBlockMSE(const LumBlock * const currentBlockP,
19 LumMotionError(const LumBlock * const currentBlockP,
27 LumAddMotionError(const LumBlock * const currentBlockP,
36 LumMotionErrorSubSampled(const LumBlock * const currentBlockP,
H A Dsubsample.h8 LumMotionErrorA(const LumBlock * const currentBlockP,
H A Dframes.h214 BMotionSearch(const LumBlock * const currentBlockP,