OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:look_up
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/video_processing/
video_processing_impl.cc
95
int
look_up
[256];
local
98
look_up
[i] = ((((val < 0) ? 0 : val) > 255) ? 255 : val);
103
*temp_ptr = static_cast<uint8_t>(
look_up
[*temp_ptr]);
/external/libgdx/gdx/jni/gdx2d/
jpgd.h
163
uint
look_up
[256];
member in struct:jpgd::jpeg_decoder::huff_tables
jpgd.cpp
499
if ((symbol = pH->
look_up
[m_bit_buf >> 24]) < 0)
[
all
...]
Completed in 57 milliseconds