OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clip_pixel
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_common.h
46
static INLINE uint8_t
clip_pixel
(int val) {
function
/external/libvpx/libvpx/test/
convolve_test.cc
50
uint8_t
clip_pixel
(int x) {
function in namespace:__anon21155
102
*output_ptr =
clip_pixel
(temp >> VP9_FILTER_SHIFT);
130
*dst_ptr++ =
clip_pixel
(temp >> VP9_FILTER_SHIFT);
Completed in 27 milliseconds