OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extend_frame
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_scale/mips/dspr2/
yv12extend_dspr2.c
107
static void
extend_frame
(YV12_BUFFER_CONFIG *const ybf,
function
139
extend_frame
(ybf, subsampling_x, subsampling_y, ybf->border);
147
extend_frame
(ybf, subsampling_x, subsampling_y, inner_bw);
/external/libvpx/libvpx/vpx_scale/generic/
yv12extend.c
84
static void
extend_frame
(YV12_BUFFER_CONFIG *const ybf,
function
116
extend_frame
(ybf, subsampling_x, subsampling_y, ybf->border);
123
extend_frame
(ybf, subsampling_x, subsampling_y, inner_bw);
Completed in 36 milliseconds