OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FILTER_BITS
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vpx_dsp/
vpx_filter.h
21
#define
FILTER_BITS
7
variance.h
22
#define
FILTER_BITS
7
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_filter.h
23
#define
FILTER_BITS
7
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c
21
#define
FILTER_BITS
7
269
*optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum,
FILTER_BITS
));
283
*optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum,
FILTER_BITS
));
294
*optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum,
FILTER_BITS
));
307
*optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum,
FILTER_BITS
));
326
int sum = (1 << (
FILTER_BITS
- 1));
332
sum >>=
FILTER_BITS
;
338
int sum = (1 << (
FILTER_BITS
- 1));
342
sum >>=
FILTER_BITS
;
347
int sum = (1 << (
FILTER_BITS
- 1))
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_resize.c
25
#define
FILTER_BITS
7
273
*optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum,
FILTER_BITS
));
287
*optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum,
FILTER_BITS
));
298
*optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum,
FILTER_BITS
));
311
*optr++ = clip_pixel(ROUND_POWER_OF_TWO(sum,
FILTER_BITS
));
330
int sum = (1 << (
FILTER_BITS
- 1));
336
sum >>=
FILTER_BITS
;
342
int sum = (1 << (
FILTER_BITS
- 1));
346
sum >>=
FILTER_BITS
;
351
int sum = (1 << (
FILTER_BITS
- 1))
[
all
...]
Completed in 112 milliseconds