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

  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 108 const uint32_t bsizex = bsize >> img1->x_chroma_shift; local
143 for (j = 0; match && j < c_w; j += bsizex) {
146 const int sj = mmin(j + bsizex, c_w - j);
168 for (j = 0; match && j < c_w; j += bsizex) {
171 const int sj = mmin(j + bsizex, c_w - j);
  /external/libvpx/libvpx/
vpxenc.c 616 const uint32_t bsizex = bsize >> img1->x_chroma_shift; local
655 for (j = 0; match && j < c_w; j += bsizex) {
658 const int sj = mmin(j + bsizex, c_w - j);
681 for (j = 0; match && j < c_w; j += bsizex) {
684 const int sj = mmin(j + bsizex, c_w - j);
708 const uint32_t bsizex = bsize >> img1->x_chroma_shift; local
743 for (j = 0; match && j < c_w; j += bsizex) {
746 const int sj = mmin(j + bsizex, c_w - j);
768 for (j = 0; match && j < c_w; j += bsizex) {
771 const int sj = mmin(j + bsizex, c_w - j)
    [all...]

Completed in 223 milliseconds