OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempsrc
(Results
1 - 3
of
3
) sorted by null
/external/opencv/cv/src/
cvcorner.cpp
208
CvMat *
tempsrc
= 0;
local
276
CV_CALL(
tempsrc
= icvIPPFilterInit( src, buf_size,
278
shifted_ptr =
tempsrc
->data.ptr + el_anchor.y*
tempsrc
->step +
280
temp_step =
tempsrc
->step ?
tempsrc
->step : CV_STUB_STEP;
281
max_dy =
tempsrc
->rows - aperture_size + 1;
330
delta = icvIPPFilterNextStripe( src,
tempsrc
, y, el_size, el_anchor );
415
cvReleaseMat( &
tempsrc
);
507
CvMat *
tempsrc
= 0
local
[
all
...]
/external/opencv3/modules/features2d/src/
mser.cpp
524
Mat
tempsrc
;
member in class:cv::MSER_Impl
[
all
...]
/external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_alu.c
444
struct rc_src_register
tempsrc
= srcreg(RC_FILE_TEMPORARY, tempdst.Index);
local
446
tempsrc
.Swizzle = RC_SWIZZLE_WWWW;
449
emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst,
tempsrc
, swizzle_xxxx(inst->U.I.SrcReg[1]));
450
emit1(c, inst->Prev, RC_OPCODE_EX2, &inst->U.I, inst->U.I.DstReg,
tempsrc
);
[
all
...]
Completed in 177 milliseconds