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

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dsubtract_test.cc41 const int kBlockWidth = 4; local
61 for (int c = 0; c < kBlockWidth; ++c) {
70 for (int c = 0; c < kBlockWidth; ++c) {
79 for (int c = 0; c < kBlockWidth; ++c) {
91 for (int c = 0; c < kBlockWidth; ++c) {
/external/libvpx/libvpx/test/
H A Dsubtract_test.cc41 const int kBlockWidth = 4; local
61 for (int c = 0; c < kBlockWidth; ++c) {
70 for (int c = 0; c < kBlockWidth; ++c) {
79 for (int c = 0; c < kBlockWidth; ++c) {
91 for (int c = 0; c < kBlockWidth; ++c) {
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp4905 const int kBlockWidth = 4; local
4908 int numBlocksAcross = (width + kBlockWidth - 1) / kBlockWidth;
4917 const int kBlockWidth = 4; local
4920 int numBlocksAcross = (width + kBlockWidth - 1) / kBlockWidth;
4979 const int kBlockWidth = 4; local
4981 widthValid = (level && width == 1) || (level && width == 2) || !(width % kBlockWidth);
5023 const int kBlockWidth = 4; local
5025 if ((xoffset % kBlockWidth) || (yoffse
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc8286 const int kBlockWidth = 4; local
8288 if ((xoffset % kBlockWidth) || (yoffset % kBlockHeight)) {

Completed in 524 milliseconds