Searched defs:left_border (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.c134 static const uint64_t left_border = 0x1111111111111111; variable
773 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border;
774 lfm->left_y[TX_4X4] &= ~left_border;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.c134 static const uint64_t left_border = 0x1111111111111111; variable
772 lfm->left_y[TX_8X8] |= lfm->left_y[TX_4X4] & left_border;
773 lfm->left_y[TX_4X4] &= ~left_border;

Completed in 165 milliseconds