OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:intra_dc_vlc_thr
(Results
1 - 13
of
13
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
conceal.cpp
36
int
intra_dc_vlc_thr
= video->currVop->intraDCVlcThr;
local
51
if (
intra_dc_vlc_thr
)
55
if (
intra_dc_vlc_thr
== 7 || QP >=
intra_dc_vlc_thr
*2 + 11) /* if switched then conceal from previous frame */
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);
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);
packet_util.cpp
96
/* Added
intra_dc_vlc_thr
reading */
vop.cpp
[
all
...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c
59
* [in] intraDCVLC a code determined by
intra_dc_vlc_thr
and QP.
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c
65
* [in] intraDCVLC a code determined by
intra_dc_vlc_thr
and QP.
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c
53
* intraDCVLC - a code determined by
intra_dc_vlc_thr
and QP. This allows a
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
vop.cpp
388
status = BitstreamPutBits(stream, 3, currVop->intraDCVlcThr); /*
intra_dc_vlc_thr
*/
564
BitstreamPutBits(bs, 3, currVop->intraDCVlcThr); /*
intra_dc_vlc_thr
*/
vlc_encode.cpp
[
all
...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h
[
all
...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h
[
all
...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h
[
all
...]
Completed in 167 milliseconds