OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:block_scale
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
cvtemplmatch.cpp
47
const double
block_scale
= 4.5;
local
112
blocksize.width = cvRound(templ->cols*
block_scale
);
115
blocksize.height = cvRound(templ->rows*
block_scale
);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mc.c
53
calc_position(struct vl_mc *r, struct ureg_program *shader, struct ureg_src
block_scale
)
67
*
block_scale
= (VL_MACROBLOCK_WIDTH, VL_MACROBLOCK_HEIGHT) / (dst.width, dst.height)
69
* t_vpos = (vpos + vrect) *
block_scale
74
ureg_MUL(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), ureg_src(t_vpos),
block_scale
);
/external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.c
53
calc_position(struct vl_mc *r, struct ureg_program *shader, struct ureg_src
block_scale
)
67
*
block_scale
= (VL_MACROBLOCK_WIDTH, VL_MACROBLOCK_HEIGHT) / (dst.width, dst.height)
69
* t_vpos = (vpos + vrect) *
block_scale
74
ureg_MUL(shader, ureg_writemask(t_vpos, TGSI_WRITEMASK_XY), ureg_src(t_vpos),
block_scale
);
Completed in 91 milliseconds