Searched refs: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.cpp4906 const int kBlockHeight = 4; local
4909 int numBlocksDown = (height + kBlockHeight - 1) / kBlockHeight;
4918 const int kBlockHeight = 4; local
4921 int numBlocksDown = (height + kBlockHeight - 1) / kBlockHeight;
4980 const int kBlockHeight = 4; local
4982 heightValid = (level && height == 1) || (level && height == 2) || !(height % kBlockHeight);
5024 const int kBlockHeight = 4; local
5025 if ((xoffset % kBlockWidth) || (yoffset % kBlockHeight)) {
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc8287 const int kBlockHeight = 4; local
8288 if ((xoffset % kBlockWidth) || (yoffset % kBlockHeight)) {

Completed in 1010 milliseconds