Home
last modified time | relevance | path

Searched refs:switched (Results 1 – 25 of 32) sorted by relevance

12

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Ddatapart_decode.cpp527 Bool switched; in GetMBheaderDataPart_DQUANT_DC() local
544 switched = 0; in GetMBheaderDataPart_DQUANT_DC()
549 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11); in GetMBheaderDataPart_DQUANT_DC()
551 if (!switched) in GetMBheaderDataPart_DQUANT_DC()
635 Bool switched; in GetMBData_DataPart() local
667 switched = 0; in GetMBData_DataPart()
673 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11); in GetMBData_DataPart()
686 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]); in GetMBData_DataPart()
690 if (switched) in GetMBData_DataPart()
Dcombined_decode.cpp542 int switched; local
577 switched = 0;
583 switched = (intra_dc_vlc_thr == 7 || QP_tmp >= intra_dc_vlc_thr * 2 + 11);
626 if (switched == 0)
634 switched, mblock->bitmapcol[comp], &mblock->bitmaprow[comp]);
639 if (switched)
Dmp4dec_lib.h315 int VlcDequantMpegIntraBlock(void *video, int comp, int switched,
320 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched,
Dvlc_dequant.cpp50 int VlcDequantMpegIntraBlock(void *vid, int comp, int switched, in VlcDequantMpegIntraBlock() argument
88 i = 1 - switched; in VlcDequantMpegIntraBlock()
502 int VlcDequantH263IntraBlock(VideoDecData *video, int comp, int switched, in VlcDequantH263IntraBlock() argument
557 i = 1 - switched; in VlcDequantH263IntraBlock()
Dmp4lib_int.h289 typedef int (*VlcDequantBlockFuncP)(void *video, int comp, int switched,
/external/webkit/WebKit/mac/WebView/
DWebFormDelegate.m31 // FIXME: This could become an informal protocol; we switched all the API
/external/expat/bcb5/
DREADME.txt61 tchar macros which are switched on and off by the XML_UNICODE macro, which
/external/bluetooth/bluez/doc/
Dadapter-api.txt233 In case the adapter is switched off, setting this
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dvlc_encode.cpp1928 Bool switched = FALSE; in IntraDCSwitch_Decision() local
1934 switched = (intra_dc_vlc_thr == 7 || intraDCVlcQP >= intra_dc_vlc_thr * 2 + 11); in IntraDCSwitch_Decision()
1938 return switched; in IntraDCSwitch_Decision()
/external/opencore/
DChangeLog102 * General improvements found during 3GPP packet-switched streaming
/external/bison/
DTODO93 must be in the scanner: we must not parse what is in a switched off
/external/webkit/WebCore/platform/text/mac/
Dcharacter-sets.txt1315 Name: KOI7-switched
1317 Source: See <http://www.iana.org/assignments/charset-reg/KOI7-switched>
/external/grub/
DNEWS179 * The command-line interface is switched to single-line editing mode.
DChangeLog3566 The command-line interface is switched to single-line editing
/external/openssl/crypto/des/asm/
Ddes_enc.m4281 ! In the description of DES, left and right are switched after
/external/bluetooth/glib/po/
DChangeLog4454 switched to UTF-8.
4466 * da.po: Updated Danish translation and switched to UTF-8.
/external/webkit/WebKitTools/android/flex-2.5.4a/
DNEWS750 inform the scanner that you have switched to a new file after
/external/webkit/WebKitTools/
DChangeLog2792 messages. Also switched from SCM.create_patch() to use
/external/dropbear/libtomcrypt/
Dchanges1162 -- in hash_file I switched the constant "512" to "sizeof(buf)" to be a bit safer
/external/e2fsprogs/
DRELEASE-NOTES1343 build system had been switched to treat the .gmo files as shipped
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-14424 … Fixed by accounting for RAND_MAX return values. Also, switched Windows over to rand_s, which has
10046 …Removed the use of the old stringWithCString, switched to the new Tiger version that accepts an en…
11426 - switched from a shell script to a makefile for generated files
DChangeLog-2009-06-161271 …When this flag is set, all executable memory will be allocated RX, and switched to RW only whilst …
1272 …modified. Upon completion of code generation the protection is switched back to RX to allow execu…
2793 new structures, and switched to use clear() instead of shrink(0) since
4305 the convention explicitly. In addition switched to fastcall on mac in the
/external/webkit/WebKit/mac/
DChangeLog4506 should be switched to use -_webcore_MIMEType. Note that
17885 …PluginView updateAndSetWindow]): Simplified an early return for non-QuickDraw plug-ins and switched
/external/dbus/
DChangeLog8072 * python/Makefile.am: switched include directory from glib/ to dbus/
14571 switched to wacky string-as-uint32 optimization. Move check for
/external/webkit/WebCore/
DChangeLog-2009-06-1615793 … controls stopped rendering when we switched from RenderThemeSafari. Rather than having copies
16459 Removed local checkedSafari and isSafari variables and switched
44906 Select element doesn't show new value when focus is switched in
62951 child of a GtkNotebook, but never being switched to, or manually
86075 visible in the Scripts panel then switched to the this panel.
86105 …This can happen when a ResourceView is visible in the Resources panel then switched to the this pa…
86865 switched on. There are still a few more refinements to make to the rendering and behavior.

12