/external/chromium_org/third_party/libwebp/enc/ |
quant.c | 757 // RD-opt decision. Reconstruct each modes, evalue distortion and bit-cost. 811 // return the cost array corresponding to the surrounding prediction modes. 813 const uint8_t modes[16]) { 816 const int left = (x == 0) ? it->preds_[y * preds_w - 1] : modes[it->i4_ - 1]; 817 const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4]; [all...] |
/external/icu4c/test/cintltst/ |
cbiditst.c | 3412 modes[] = { variable in typeref:struct:__anon20768 [all...] |
/external/webp/src/enc/ |
quant.c | 757 // RD-opt decision. Reconstruct each modes, evalue distortion and bit-cost. 811 // return the cost array corresponding to the surrounding prediction modes. 813 const uint8_t modes[16]) { 816 const int left = (x == 0) ? it->preds_[y * preds_w - 1] : modes[it->i4_ - 1]; 817 const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4]; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
externs.js | 499 CodeMirror.modes = {};
|
CodeMirrorTextEditor.js | 532 if (CodeMirror.modes[modeName]) 567 if (CodeMirror.modes[oldModeName]) 570 CodeMirror.defineMode(oldModeName, CodeMirror.modes[modeName]); [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglapi.c | 975 const EGLint *attrib_list, EGLModeMESA *modes, 985 modes, modes_size, num_modes); 992 eglGetModesMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLModeMESA *modes, 1001 ret = drv->API.GetModesMESA(drv, disp, scrn, modes, mode_size, num_mode); [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/ |
glxclient.h | 685 GLubyte * modes); 700 ** applying some of the pixel store modes (unpack modes) to the data 701 ** first. As a side effect of this call, the "modes" field is 702 ** updated to contain the modes needed by the server to decode the 718 ** the pack modes to pack back into the clients requested format.
|
/external/mesa3d/src/egl/main/ |
eglapi.c | 975 const EGLint *attrib_list, EGLModeMESA *modes, 985 modes, modes_size, num_modes); 992 eglGetModesMESA(EGLDisplay dpy, EGLScreenMESA screen, EGLModeMESA *modes, 1001 ret = drv->API.GetModesMESA(drv, disp, scrn, modes, mode_size, num_mode); [all...] |
/external/mesa3d/src/glx/ |
glxclient.h | 685 GLubyte * modes); 700 ** applying some of the pixel store modes (unpack modes) to the data 701 ** first. As a side effect of this call, the "modes" field is 702 ** updated to contain the modes needed by the server to decode the 718 ** the pack modes to pack back into the clients requested format.
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_video.c | 335 SDL_Rect **modes; local 337 modes = NULL; 342 modes = video->ListModes(this, format, flags); 344 return(modes); 388 /* Search through the list valid of modes */ 646 /* These flags are for 2D video modes only */ [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
wpa_supplicant_i.h | 697 struct hostapd_hw_modes *modes; member in struct:wpa_supplicant::__anon30789
|
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
image_editor.js | 14 * @param {Array.<ImageEditor.Mode>} modes Available editor modes. 19 viewport, imageView, prompt, DOMContainers, modes, displayStringFunction) { 22 this.modes_ = modes;
|
/external/libvorbis/doc/ |
01-introduction.tex | 155 may use one or many modes. 159 suited to that frame. Different modes are, e.g. how frame size 215 coupled-stereo and high bitrate modes. Floor 1 is also considerably 335 Vorbis allows an encoder to set up multiple, numbered packet 'modes',
|
/prebuilts/sdk/tools/lib/ |
signapk.jar | |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/device/asus/flo/camera/ |
QCamera_Intf.h | 216 camera_mode_t modes; member in struct:__anon1846
|
/external/chromium/chrome/browser/resources/keyboard/ |
main.js | 13 var MODES = [ KEY_MODE, SHIFT_MODE, NUMBER_MODE, SYMBOL_MODE ]; 124 * Resize all modes of this key based on the given height. 224 * A Key that remains the same through all modes. 452 for (var i = 0; i < MODES.length; ++i) { 453 var mode = MODES[i]; 461 for (var i = 0; i < MODES.length; ++i) { 462 this.modeElements_[MODES[i]].appendChild(key.makeDOM(MODES[i]), height); 466 for (var i = 0; i < MODES.length; ++i) { 469 this.modeElements_[MODES[i]].appendChild(clearingDiv) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/ |
modeset.c | 554 drmModeModeInfoPtr mode = &drmconn->connector->modes[i]; 596 /* drmconn->connector is allocated when the modes are asked */
|
/external/libvpx/libvpx/vp8/encoder/ |
rdopt.c | 1089 B_PREDICTION_MODE modes[16]; member in struct:__anon23041 [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/drm/ |
modeset.c | 554 drmModeModeInfoPtr mode = &drmconn->connector->modes[i]; 596 /* drmconn->connector is allocated when the modes are asked */
|
/hardware/qcom/camera/ |
QCamera_Intf.h | 216 camera_mode_t modes; member in struct:__anon33302
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 454 #pragma mark Addressing modes... 525 // addressing modes...
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_driver.c | 503 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "No valid modes.\n"); 518 if (pScrn->modes == NULL) { 519 xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "No modes.\n"); 523 pScrn->currentMode = pScrn->modes; [all...] |
/external/chromium_org/third_party/opus/ |
opus.target.darwin-arm.mk | 36 third_party/opus/src/celt/modes.c \
|