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

  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 437 const uint32_t bsizex = bsize >> img1->x_chroma_shift; local
472 for (j = 0; match && j < c_w; j += bsizex) {
475 const int sj = mmin(j + bsizex, c_w - j);
497 for (j = 0; match && j < c_w; j += bsizex) {
500 const int sj = mmin(j + bsizex, c_w - j);
    [all...]
  /external/libvpx/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...]
  /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 37 milliseconds