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/
vpxscale.c
108
* unsigned int
source_scale
: Scale for source (UNUSED).
129
unsigned int
source_scale
,
140
(void)
source_scale
;
162
* unsigned int
source_scale
: Scale for source (UNUSED).
183
unsigned int
source_scale
,
193
(void)
source_scale
;
208
* unsigned int
source_scale
: Scale for source.
229
unsigned int
source_scale
,
246
/*assert ( dest_scale >
source_scale
);*/
247
/*assert ( (source_length-1) * dest_scale >= (dest_length-1) *
source_scale
);*/
[
all
...]
/external/aac/libSBRdec/src/
sbr_dec.cpp
886
int
source_scale
, target_scale, delta_scale, target_lsb, target_usb, reserve;
local
[
all
...]
Completed in 313 milliseconds