OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grid_height
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
flow_cache.h
120
// by a grid_width x
grid_height
grid.
124
const int
grid_height
) const {
126
SCHECK(grid_width *
grid_height
<= kMaxPoints,
141
for (int j = 0; j <
grid_height
; ++j) {
146
(valid_box.GetHeight() * j) / (
grid_height
- 1);
/external/pdfium/core/fxcodec/gif/
cfx_gif.h
91
uint16_t
grid_height
;
member in struct:__anon34930
/external/libxcam/modules/isp/
aiq_handler.cpp
742
uint16_t rgbs_grid_height = (*out_rgbs_grid)->
grid_height
;
910
uint16_t
grid_height
= weight_grid->height;
local
932
uint16_t
grid_height
= rgbs_grid->
grid_height
;
local
[
all
...]
Completed in 174 milliseconds