OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clip_pixel
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx_dsp/
vpx_dsp_common.h
40
static INLINE uint8_t
clip_pixel
(int val) {
function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_common.h
51
static INLINE uint8_t
clip_pixel
(int val) {
function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc
50
uint8_t
clip_pixel
(int x) {
function in namespace:__anon31374
102
*output_ptr =
clip_pixel
(temp >> VP9_FILTER_SHIFT);
130
*dst_ptr++ =
clip_pixel
(temp >> VP9_FILTER_SHIFT);
/external/libvpx/libvpx/test/
convolve_test.cc
75
uint8_t
clip_pixel
(int x) {
function in namespace:__anon17868
126
*output_ptr =
clip_pixel
(temp >> VP9_FILTER_SHIFT);
151
*dst_ptr++ =
clip_pixel
(temp >> VP9_FILTER_SHIFT);
[
all
...]
Completed in 301 milliseconds