Searched defs:bsizex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c491 const uint32_t bsizex = bsize >> img1->x_chroma_shift; local
530 for (j = 0; match && j < c_w; j += bsizex) {
533 const int sj = mmin(j + bsizex, c_w - j);
556 for (j = 0; match && j < c_w; j += bsizex) {
559 const int sj = mmin(j + bsizex, c_w - j);
583 const uint32_t bsizex = bsize >> img1->x_chroma_shift; local
618 for (j = 0; match && j < c_w; j += bsizex) {
621 const int sj = mmin(j + bsizex, c_w - j);
643 for (j = 0; match && j < c_w; j += bsizex) {
646 const int sj = mmin(j + bsizex, c_
[all...]
/external/libvpx/libvpx/
H A Dvpxenc.c474 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);

Completed in 65 milliseconds