HomeSort by relevance Sort by last modified time
    Searched full:intra_dc_vlc_thr (Results 1 - 14 of 14) sorted by null

  /frameworks/av/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/av/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/av/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/av/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/av/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...]
  /external/chromium_org/third_party/libva/va/
va.h 880 unsigned int intra_dc_vlc_thr : 3; member in struct:_VAPictureParameterBufferMPEG4::__anon13922::__anon13923
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h     [all...]

Completed in 307 milliseconds