OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intra_dc_vlc_thr
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp
37
int
intra_dc_vlc_thr
= video->currVop->intraDCVlcThr;
local
52
if (
intra_dc_vlc_thr
)
56
if (
intra_dc_vlc_thr
== 7 || QP >=
intra_dc_vlc_thr
*2 + 11) /* if switched then conceal from previous frame */
combined_decode.cpp
536
int
intra_dc_vlc_thr
= video->currVop->intraDCVlcThr;
local
577
if (
intra_dc_vlc_thr
)
582
switched = (
intra_dc_vlc_thr
== 7 || QP_tmp >=
intra_dc_vlc_thr
* 2 + 11);
datapart_decode.cpp
521
int
intra_dc_vlc_thr
= video->currVop->intraDCVlcThr;
local
544
if (
intra_dc_vlc_thr
) /* 04/27/01 */
548
switched = (
intra_dc_vlc_thr
== 7 || QP_tmp >=
intra_dc_vlc_thr
* 2 + 11);
627
int
intra_dc_vlc_thr
= video->currVop->intraDCVlcThr;
local
667
if (
intra_dc_vlc_thr
)
672
switched = (
intra_dc_vlc_thr
== 7 || QP_tmp >=
intra_dc_vlc_thr
* 2 + 11);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
viddec_mp4_parse.h
262
uint8_t
intra_dc_vlc_thr
;
member in struct:__anon30972
/hardware/intel/common/libva/va/
va.h
1872
unsigned int
intra_dc_vlc_thr
: 3;
member in struct:_VAPictureParameterBufferMPEG4::__anon31219::__anon31220
[
all
...]
Completed in 979 milliseconds