HomeSort by relevance Sort by last modified time
    Searched refs:intra_dc_vlc_thr (Results 1 - 9 of 9) 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);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp     [all...]
  /external/chromium_org/third_party/libva/va/
va.h 1252 unsigned int intra_dc_vlc_thr : 3; member in struct:_VAPictureParameterBufferMPEG4::__anon17514::__anon17515
    [all...]
  /hardware/intel/common/libva/va/
va.h 1872 unsigned int intra_dc_vlc_thr : 3; member in struct:_VAPictureParameterBufferMPEG4::__anon40415::__anon40416
    [all...]
va_trace.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG4.c     [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG4.c     [all...]

Completed in 88 milliseconds