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

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c490 const uint32_t bsizey = bsize >> img1->y_chroma_shift; local
529 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
532 const int si = mmin(i + bsizey, c_h - i);
555 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
558 const int si = mmin(i + bsizey, c_h - i);
582 const uint32_t bsizey = bsize >> img1->y_chroma_shift; local
617 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
620 const int si = mmin(i + bsizey, c_h - i);
642 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
645 const int si = mmin(i + bsizey, c_
[all...]
/external/libvpx/libvpx/
H A Dvpxenc.c473 const uint32_t bsizey = bsize >> img1->y_chroma_shift; local
508 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
511 const int si = mmin(i + bsizey, c_h - i);
533 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
536 const int si = mmin(i + bsizey, c_h - i);

Completed in 226 milliseconds