Searched refs:modes (Results 201 - 225 of 259) sorted by relevance

1234567891011

/external/webp/src/enc/
H A Dquant_enc.c869 // RD-opt decision. Reconstruct each modes, evalue distortion and bit-cost.
966 // return the cost array corresponding to the surrounding prediction modes.
968 const uint8_t modes[16]) {
971 const int left = (x == 0) ? it->preds_[y * preds_w - 1] : modes[it->i4_ - 1];
972 const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4];
1141 // Refine intra16/intra4 sub-modes based on distortion only (not rate).
967 GetCostModeI4(VP8EncIterator* const it, const uint8_t modes[16]) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dap.c139 if (wpa_s->hw.modes) {
143 if (wpa_s->hw.modes[i].mode == conf->hw_mode) {
144 mode = &wpa_s->hw.modes[i];
H A Dsme.c1661 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes,
1772 if (!wpa_s->hw.modes)
1777 hw_mode = &wpa_s->hw.modes[i];
H A Drrm.c555 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, op->mode);
607 mode = get_mode(wpa_s->hw.modes, wpa_s->hw.num_modes, op->mode);
H A Dwnm_sta.c1141 struct hostapd_hw_modes *mode = &wpa_s->hw.modes[i];
1167 if (wpa_s->hw.modes == NULL)
/external/autotest/server/
H A Dsite_linux_system.py299 if any([iw_runner.DEV_MODE_IBSS in phy.modes
/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c932 B_PREDICTION_MODE modes[16]; member in struct:__anon12815
1179 bsi->modes[i] = x->partition_info->bmi[i].mode;
1217 bsi.modes[i] = ZERO4X4;
1326 x->partition_info->bmi[i].mode = bsi.modes[j];
1891 /* Experimental code. Special case for gf and arf zeromv modes.
1921 * block's intra eobs will be overwritten when we check inter modes,
2326 /* macroblock modes */
/external/libxcam/xcore/
H A Ddrm_display.cpp225 _mode = *_connector->modes;
/external/scapy/scapy/modules/krack/
H A Dcrypto.py7 from cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modes namespace
/external/skia/src/utils/
H A DSkLua.cpp1138 SkShader::TileMode modes[2]; local
1139 if (SkImage* image = shader->isAImage(&matrix, modes)) {
1144 setfield_string(L, "tileX", mode2string(modes[0]));
1145 setfield_string(L, "tileY", mode2string(modes[1]));
/external/skqp/src/utils/
H A DSkLua.cpp1138 SkShader::TileMode modes[2]; local
1139 if (SkImage* image = shader->isAImage(&matrix, modes)) {
1144 setfield_string(L, "tileX", mode2string(modes[0]));
1145 setfield_string(L, "tileY", mode2string(modes[1]));
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowActivityTest.java453 int[] modes = {
463 for (int mode : modes) {
/external/skia/dm/
H A DDM.cpp600 const BRDSrc::Mode modes[] = { BRDSrc::kFullImage_Mode, BRDSrc::kDivisor_Mode, }; local
603 for (BRDSrc::Mode mode : modes) {
/external/skqp/dm/
H A DDM.cpp588 const BRDSrc::Mode modes[] = { BRDSrc::kFullImage_Mode, BRDSrc::kDivisor_Mode, }; local
591 for (BRDSrc::Mode mode : modes) {
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/python/cpython2/Lib/
H A Dtarfile.py648 support for "r:bz2" and "w:bz2" modes. This is actually
1524 modes = {"r": "rb", "a": "r+b", "w": "wb"}
1525 if mode not in modes:
1528 self._mode = modes[mode]
/external/python/cpython3/Lib/
H A Dtarfile.py1420 modes = {"r": "rb", "a": "r+b", "w": "wb", "x": "xb"}
1421 if mode not in modes:
1424 self._mode = modes[mode]
/external/syslinux/gpxe/src/drivers/net/
H A Dsky2.c2137 u32 modes = SUPPORTED_10baseT_Half local
2144 modes |= SUPPORTED_1000baseT_Half
2146 return modes;
/external/avb/test/
H A Davb_slot_verify_unittest.cc2423 AvbHashtreeErrorMode modes[4] = { local
2433 modes[n],
/external/libdrm/tests/modetest/
H A Dmodetest.c349 printf(" modes:\n");
353 dump_mode(&connector->modes[j]);
733 mode = &connector->modes[i];
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkStructTypes.inl1823 VkDeviceGroupPresentModeFlagsKHR modes;
1839 VkDeviceGroupPresentModeFlagsKHR modes;
/external/libdrm/tests/exynos/
H A Dexynos_fimg2d_test.c77 c->mode = &connector->modes[j];
/external/llvm/test/MC/ARM/
H A Dbasic-thumb-instructions.s2 @ Run these test in both Thumb1 and Thumb2 modes, as all of the encodings
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dbasic-thumb-instructions.s2 @ Run these test in both Thumb1 and Thumb2 modes, as all of the encodings
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c994 // Only do the oblique modes if the best so far is
995 // one of the neighboring directional modes
1096 // Only do the oblique modes if the best so far is
1097 // one of the neighboring directional modes
1200 // Pick modes for each sub-block (of size 4x4, 4x8, or 8x4) in an 8x8 block.
1629 PREDICTION_MODE modes[4]; member in struct:__anon12911
1902 for (i = 0; i < 4; i++) bsi->modes[i] = ZEROMV;
2178 for (k = 0; k < 4; ++k) bsi->modes[k] = mi->bmi[k].as_mode;
2183 mode_idx = INTER_OFFSET(bsi->modes[i]);
2188 mi->bmi[i].as_mode = bsi->modes[
[all...]

Completed in 1126 milliseconds

1234567891011