OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInterp_Extend
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc
68
const int
kInterp_Extend
= 4;
70
(
kInterp_Extend
- 1) + output_height +
kInterp_Extend
;
73
* where max_intermediate_height = (
kInterp_Extend
- 1) + filter_max_height
74
* +
kInterp_Extend
87
src_ptr -= (
kInterp_Extend
- 1) * src_stride + (
kInterp_Extend
- 1);
/external/libvpx/libvpx/test/
convolve_test.cc
93
const int
kInterp_Extend
= 4;
95
(
kInterp_Extend
- 1) + output_height +
kInterp_Extend
;
99
// where max_intermediate_height = (
kInterp_Extend
- 1) + filter_max_height
100
// +
kInterp_Extend
111
src_ptr -= (
kInterp_Extend
- 1) * src_stride + (
kInterp_Extend
- 1);
206
const int
kInterp_Extend
= 4;
208
(
kInterp_Extend
- 1) + output_height +
kInterp_Extend
;
[
all
...]
Completed in 460 milliseconds