OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:r_h
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx/
vpx_image.h
104
unsigned int
r_h
; /**< Intended rendering image height */
member in struct:vpx_image
/art/compiler/optimizing/
code_generator_mips.cc
1495
Register
r_h
= destination.AsRegisterPairHigh<Register>();
local
[
all
...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c
175
Word16
r_h
[M + 1], r_l[M + 1]; /* Autocorrelations of windowed speech */
local
403
Autocorr(p_window, M,
r_h
, r_l); /* Autocorrelations */
404
Lag_window(
r_h
, r_l); /* Lag windowing */
405
Levinson(
r_h
, r_l, A, rc, st->mem_levinson); /* Levinson Durbin */
[
all
...]
Completed in 721 milliseconds