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

  /external/libvpx/libvpx/vp8/common/arm/
reconintra_arm.c 33 int Left = x->left_available;
53 int Left = x->left_available;
  /external/libvpx/libvpx/vp8/common/
reconintra.c 44 if (x->up_available || x->left_available)
54 if (x->left_available)
66 shift = 3 + x->up_available + x->left_available;
185 if (x->left_available)
194 if (!x->up_available && !x->left_available)
201 shift = 2 + x->up_available + x->left_available;
blockd.h 232 int left_available; member in struct:macroblockd
  /external/libvpx/libvpx/vp8/common/x86/
recon_wrapper_sse2.c 53 if (x->left_available) {
58 } else if (x->left_available) {
145 if (x->left_available) {
150 } else if (x->left_available) {
  /external/libvpx/libvpx/test/
intrapred_test.cc 33 mb_.left_available = 1;
57 mb_.left_available = 0;
90 if (mb_.up_available || mb_.left_available) {
92 mb_.left_available;
96 if (mb_.left_available)
  /external/libvpx/libvpx/vp8/decoder/
threading.c 371 xd->left_available = 0;
477 xd->left_available = 1;
decodframe.c 576 xd->left_available = 0;
650 xd->left_available = 1;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 153 xd->left_available = (mb_col != 0);
379 zd->left_available = xd->left_available;
encodeframe.c 291 xd->left_available = (mb_col != 0);
453 xd->left_available = (mb_col != 0);
    [all...]
pickinter.c 274 if (!x->up_available && !x->left_available)
296 if (x->left_available)
    [all...]
firstpass.c 606 xd->left_available = (mb_col != 0);
    [all...]

Completed in 56 milliseconds