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

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dsubtract_test.cc42 const int kBlockHeight = 4; local
46 vpx_memalign(16, kBlockHeight * kSrcStride[0] * sizeof(*source)));
48 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff)));
50 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*bd.predictor)));
60 for (int r = 0; r < kBlockHeight; ++r) {
69 for (int r = 0; r < kBlockHeight; ++r) {
78 for (int r = 0; r < kBlockHeight; ++r) {
90 for (int r = 0; r < kBlockHeight; ++r) {
/external/libvpx/libvpx/test/
H A Dsubtract_test.cc42 const int kBlockHeight = 4; local
46 vpx_memalign(16, kBlockHeight * kSrcStride[0] * sizeof(*source)));
48 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff)));
50 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*bd.predictor)));
60 for (int r = 0; r < kBlockHeight; ++r) {
69 for (int r = 0; r < kBlockHeight; ++r) {
78 for (int r = 0; r < kBlockHeight; ++r) {
90 for (int r = 0; r < kBlockHeight; ++r) {
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp4855 const int kBlockHeight = 4; local
4858 int numBlocksDown = (height + kBlockHeight - 1) / kBlockHeight;
4867 const int kBlockHeight = 4; local
4870 int numBlocksDown = (height + kBlockHeight - 1) / kBlockHeight;
4929 const int kBlockHeight = 4; local
4931 heightValid = (level && height == 1) || (level && height == 2) || !(height % kBlockHeight);
4973 const int kBlockHeight = 4; local
4974 if ((xoffset % kBlockWidth) || (yoffset % kBlockHeight)) {
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc7999 const int kBlockHeight = 4; local
8000 if ((xoffset % kBlockWidth) || (yoffset % kBlockHeight)) {

Completed in 1109 milliseconds