OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minr
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c
185
if (c >= minc && c <= maxc && r >=
minr
&& r <= maxr) \
309
const int
minr
= MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
local
406
const int
minr
= MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
local
502
const int
minr
= MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
local
604
const int
minr
= MAX(x->mv_row_min * 8, ref_mv->row - MV_MAX);
local
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
mcomp.c
197
#define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >=
minr
&& r <= maxr) s else e;
227
int
minr
= MAX(x->mv_row_min * 4,
local
[
all
...]
Completed in 34 milliseconds