OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_scale
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_scale/generic/
vpx_scale.c
47
* unsigned int
source_scale
: Scale for source (UNUSED).
68
unsigned int
source_scale
,
79
(void)
source_scale
;
101
* unsigned int
source_scale
: Scale for source (UNUSED).
122
unsigned int
source_scale
,
132
(void)
source_scale
;
147
* unsigned int
source_scale
: Scale for source.
168
unsigned int
source_scale
,
185
/*assert ( dest_scale >
source_scale
);*/
186
/*assert ( (source_length-1) * dest_scale >= (dest_length-1) *
source_scale
);*/
[
all
...]
/external/aac/libSBRdec/src/
sbr_dec.cpp
888
int
source_scale
, target_scale, delta_scale, target_lsb, target_usb, reserve;
local
[
all
...]
Completed in 362 milliseconds