HomeSort by relevance Sort by last modified time
    Searched refs:bsizey (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 107 const uint32_t bsizey = bsize >> img1->y_chroma_shift; local
142 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
145 const int si = mmin(i + bsizey, c_h - i);
167 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
170 const int si = mmin(i + bsizey, c_h - i);
  /external/libvpx/libvpx/
vpxenc.c 615 const uint32_t bsizey = bsize >> img1->y_chroma_shift; local
654 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
657 const int si = mmin(i + bsizey, c_h - i);
680 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
683 const int si = mmin(i + bsizey, c_h - i);
707 const uint32_t bsizey = bsize >> img1->y_chroma_shift; local
742 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
745 const int si = mmin(i + bsizey, c_h - i);
767 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
770 const int si = mmin(i + bsizey, c_h - i)
    [all...]

Completed in 87 milliseconds