Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbgmc.c34 #define FIRST_QTR (TOP_VALUE / 4 + 1) // first quarter of values maximum value macro
35 #define HALF (2 * FIRST_QTR) // first half of values maximum value
36 #define THIRD_QTR (3 * FIRST_QTR) // third quarter of values maximum value
545 } else if (low >= FIRST_QTR && high < THIRD_QTR) { in ff_bgmc_decode()
546 value -= FIRST_QTR; in ff_bgmc_decode()
547 low -= FIRST_QTR; in ff_bgmc_decode()
548 high -= FIRST_QTR; in ff_bgmc_decode()

Completed in 2 milliseconds