OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:switched
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp
541
int
switched
;
local
576
switched
= 0;
582
switched
= (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11);
625
if (
switched
== 0)
633
switched
, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]);
638
if (
switched
)
datapart_decode.cpp
526
Bool
switched
;
local
543
switched
= 0;
548
switched
= (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11);
550
if (!
switched
)
562
(*DC)[comp] = 0; /* 04/26/01 needed for
switched
case*/
634
Bool
switched
;
local
666
switched
= 0;
672
switched
= (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11);
685
switched
, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]);
689
if (
switched
)
[
all
...]
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp
1928
Bool
switched
= FALSE;
local
[
all
...]
Completed in 295 milliseconds