Searched refs:up_available (Results 26 - 39 of 39) sorted by relevance

12

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Ddecodeframe.c544 xd->up_available = 0;
678 xd->up_available = 1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeframe.c283 xd->up_available = (mb_row != 0);
406 xd->up_available = (mb_row != 0);
H A Dpickinter.c274 if (!x->up_available && !x->left_available)
283 if (x->up_available)
H A Dfirstpass.c586 xd->up_available = (mb_row != 0);
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodeframe.c543 xd->up_available = 0;
669 xd->up_available = 1;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c283 xd->up_available = (mb_row != 0);
406 xd->up_available = (mb_row != 0);
H A Dpickinter.c274 if (!x->up_available && !x->left_available)
283 if (x->up_available)
H A Dfirstpass.c586 xd->up_available = (mb_row != 0);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_pickmode.c502 if (xd->up_available)
H A Dvp9_encodeframe.c661 if (xd->up_available)
1763 const int above_in_image = xd->up_available && mi[-xd->mi_stride].src_mi;
1859 const int above_in_image = xd->up_available &&
1950 if (xd->up_available) {
H A Dvp9_firstpass.c521 xd->up_available = (mb_row != 0);
H A Dvp9_rdopt.c2171 if (xd->up_available)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c571 xd->up_available = (mb_row != 0);
H A Dvp9_encodeframe.c758 xd->up_available = (mb_row != 0);
2092 const int above_in_image = xd->up_available &&

Completed in 411 milliseconds

12