Searched defs:switched (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp541 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)
H A Ddatapart_decode.cpp526 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...]
H A Dvlc_dequant.cpp50 int VlcDequantMpegIntraBlock(void *vid, int comp, int switched, argument
88 i = 1 - switched;
167 i = 1; /* 04/26/01 needed for switched case */
502 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched, argument
557 i = 1 - switched;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp1928 Bool switched = FALSE; local
1934 switched = (intra_dc_vlc_thr == 7 || intraDCVlcQP >= intra_dc_vlc_thr * 2 + 11);
1938 return switched;

Completed in 204 milliseconds