OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conceal_min_esc
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACdec/src/
rvlc_info.h
168
SHORT
conceal_min_esc
; /* is set at backward decoding */
member in struct:__anon2019
rvlc.cpp
138
pRvlc->
conceal_min_esc
= CONCEAL_MIN_INIT;
654
if (pRvlc->
conceal_min_esc
== CONCEAL_MIN_INIT) {
655
pRvlc->
conceal_min_esc
= bnds;
701
if (pRvlc->
conceal_min_esc
== CONCEAL_MIN_INIT) {
702
pRvlc->
conceal_min_esc
= FDKmax(0,bnds-offset);
738
if (pRvlc->
conceal_min_esc
== CONCEAL_MIN_INIT) {
739
pRvlc->
conceal_min_esc
= FDKmax(0,bnds-offset);
771
if (pRvlc->
conceal_min_esc
== CONCEAL_MIN_INIT) {
772
pRvlc->
conceal_min_esc
= FDKmax(0,bnds-offset);
[
all
...]
Completed in 2518 milliseconds