HomeSort by relevance Sort by last modified time
    Searched refs:VB (Results 76 - 86 of 86) sorted by null

1 2 34

  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_win.cc 33 #define VB 0
38 #define BB UB * 128 + VB * 128
43 UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB
    [all...]
row_common.cc 949 #define VB 0
954 #define BB UB * 128 + VB * 128
961 *b = Clamp((int32)((u * UB + v * VB) - (BB) + y1) >> 6);
    [all...]
  /external/chromium_org/third_party/libyuv/source/
row_win.cc 32 #define VB 0
37 #define BB UB * 128 + VB * 128
42 UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB, UB, VB
    [all...]
row_common.cc 949 #define VB 0
954 #define BB UB * 128 + VB * 128
961 *b = Clamp((int32)((u * UB + v * VB) - (BB) + y1) >> 6);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
intel_tris.c 159 /** Returns mapped VB space for the given number of vertices */
168 /* Check for space in the existing VB */
178 /* Start a new VB */
179 if (intel->prim.vb == NULL)
180 intel->prim.vb = malloc(INTEL_VB_SIZE);
181 intel->prim.vb_bo = drm_intel_bo_alloc(intel->bufmgr, "vb",
189 addr = (uint32_t *)(intel->prim.vb + intel->prim.current_offset);
295 * This is somewhat unfortunate -- VB width is tied up with
324 * Uploads the locally-accumulated VB into the buffer object.
328 * and also lets us clflush less if we dispatch with a partially-filled VB
375 GLuint *vb = intel_get_prim_space(intel, 6); local
403 GLuint *vb = intel_get_prim_space(intel, 3); local
417 GLuint *vb = intel_get_prim_space(intel, 2); local
429 GLuint *vb = intel_get_prim_space(intel, 1); local
929 GLuint *vb = intel_get_prim_space(intel, (n - 2) * 3); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_tris.c 159 /** Returns mapped VB space for the given number of vertices */
168 /* Check for space in the existing VB */
178 /* Start a new VB */
179 if (intel->prim.vb == NULL)
180 intel->prim.vb = malloc(INTEL_VB_SIZE);
181 intel->prim.vb_bo = drm_intel_bo_alloc(intel->bufmgr, "vb",
189 addr = (uint32_t *)(intel->prim.vb + intel->prim.current_offset);
295 * This is somewhat unfortunate -- VB width is tied up with
324 * Uploads the locally-accumulated VB into the buffer object.
328 * and also lets us clflush less if we dispatch with a partially-filled VB
375 GLuint *vb = intel_get_prim_space(intel, 6); local
403 GLuint *vb = intel_get_prim_space(intel, 3); local
417 GLuint *vb = intel_get_prim_space(intel, 2); local
429 GLuint *vb = intel_get_prim_space(intel, 1); local
929 GLuint *vb = intel_get_prim_space(intel, (n - 2) * 3); local
    [all...]
  /external/libyuv/files/source/
row_common.cc 432 #define VB 0
437 #define BB UB * 128 + VB * 128
453 uint32 b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
465 *b = Clip(static_cast<int32>((u * UB + v * VB) - (BB) + y1) >> 6);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 792 cmp ax, #0x4256 ;; VB
  /external/chromium_org/third_party/libjingle/source/talk/media/testdata/
h264-svc-99-640x360.rtpdump 140 ?L`??v8??q??t??O??5J???? -???????^_K?A??$??[?????h? h?xkA7?[u?&?/c?B??^??o?r?|+?:ye?4?37?s_K;<????-?z?\#?&{x?????I,6rZ[?@???????oD??? 8(????x_G?>???2-I? ? ???h?c???_?? ?)?8???C?.?pz_??A`-~????P??`4%? CAp/???o?v ?v? ???j }S?}??!???????.?j??l??t-M?h??o????????? n????B?D???R?Z????&L_N??0?????n???V??????I5KV?>Cv5????{>?anF?O? ??*?1?+?U??w??O??>?K???T?K?????7?:1?vb[??Of??????g?L???;??????Z???: Im???T&???x?oOg?U??
    [all...]

Completed in 663 milliseconds

1 2 34