HomeSort by relevance Sort by last modified time
    Searched full:bsizex (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 444 int bSizeX = _buttonSizeX;
448 int bSize2 = bSizeX * 3 + mx2 * 2;
453 bSizeX = (xSizeClient - mx2 * 2) / 3;
457 if (bSizeX < 2)
458 bSizeX = 2;
470 if (xx > bSizeX * 2)
471 xx -= bSizeX;
479 xPos -= bSizeX;
480 MoveItem(IDCANCEL, xPos, yPos, bSizeX, _buttonSizeY);
481 xPos -= (mx2 + bSizeX);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 559 const uint32_t bsizex = bsize >> img1->x_chroma_shift; local
598 for (j = 0; match && j < c_w; j += bsizex) {
601 const int sj = mmin(j + bsizex, c_w - j);
624 for (j = 0; match && j < c_w; j += bsizex) {
627 const int sj = mmin(j + bsizex, c_w - j);
651 const uint32_t bsizex = bsize >> img1->x_chroma_shift; local
686 for (j = 0; match && j < c_w; j += bsizex) {
689 const int sj = mmin(j + bsizex, c_w - j);
711 for (j = 0; match && j < c_w; j += bsizex) {
714 const int sj = mmin(j + bsizex, c_w - j)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 474 const uint32_t bsizex = bsize >> img1->x_chroma_shift; local
509 for (j = 0; match && j < c_w; j += bsizex) {
512 const int sj = mmin(j + bsizex, c_w - j);
534 for (j = 0; match && j < c_w; j += bsizex) {
537 const int sj = mmin(j + bsizex, c_w - j);
    [all...]

Completed in 468 milliseconds