OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tWidth
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/internal/
kernel.h
127
template <int
tWidth
, int tDepth, CellOrder tOrder = CellOrder::DepthMajor>
129
static const int kWidth =
tWidth
;
/packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp
45
int
tWidth
[NR];
104
if(
tWidth
[LR]>180)
111
mosaic[mID]->initialize(blendingType, stripType,
tWidth
[mID], tHeight[mID],
280
tWidth
[HR] = width;
282
tWidth
[LR] = int(width / H2L_FACTOR);
287
tImage[LR][i] = ImageUtils::allocateImage(
tWidth
[LR], tHeight[LR],
289
tImage[HR][i] = ImageUtils::allocateImage(
tWidth
[HR], tHeight[HR],
293
AllocateTextureMemory(
tWidth
[HR], tHeight[HR],
tWidth
[LR], tHeight[LR]);
377
tWidth
[LR], tHeight[LR])
[
all
...]
Completed in 615 milliseconds