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

  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 436 const uint32_t bsizey = bsize >> img1->y_chroma_shift; local
471 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
474 const int si = mmin(i + bsizey, c_h - i);
496 for (i = 0, match = 1; match && i < c_h; i += bsizey) {
499 const int si = mmin(i + bsizey, c_h - i);
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 473 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);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 473 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);
    [all...]

Completed in 598 milliseconds