OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP9INNERBORDERINPIXELS
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_scale/
yv12config.h
21
#define
VP9INNERBORDERINPIXELS
96
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c
145
const int inner_bw = (ybf->border >
VP9INNERBORDERINPIXELS
) ?
146
VP9INNERBORDERINPIXELS
: ybf->border;
/external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c
121
const int inner_bw = (ybf->border >
VP9INNERBORDERINPIXELS
) ?
122
VP9INNERBORDERINPIXELS
: ybf->border;
Completed in 28 milliseconds