OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filteredlength
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_resize.c
461
int
filteredlength
= length;
local
470
const int proj_filteredlength = get_down2_length(
filteredlength
, 1);
476
if (
filteredlength
& 1)
477
down2_symodd(in,
filteredlength
, out);
479
down2_symeven(in,
filteredlength
, out);
480
filteredlength
= proj_filteredlength;
482
if (
filteredlength
!= olength) {
483
interpolate(out,
filteredlength
, output, olength);
754
int
filteredlength
= length;
local
763
const int proj_filteredlength = get_down2_length(
filteredlength
, 1)
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c
457
int
filteredlength
= length;
local
466
const int proj_filteredlength = get_down2_length(
filteredlength
, 1);
472
if (
filteredlength
& 1)
473
down2_symodd(in,
filteredlength
, out);
475
down2_symeven(in,
filteredlength
, out);
476
filteredlength
= proj_filteredlength;
478
if (
filteredlength
!= olength) {
479
interpolate(out,
filteredlength
, output, olength);
Completed in 104 milliseconds