Searched refs:left_in_image (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_pred_common.c119 const int left_in_image = left_mbmi != NULL; local
128 if (above_in_image && left_in_image) { // both edges available
175 } else if (above_in_image || left_in_image) { // one edge available
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c119 const int left_in_image = left_mbmi != NULL; local
128 if (above_in_image && left_in_image) { // both edges available
175 } else if (above_in_image || left_in_image) { // one edge available
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1762 const int left_in_image = xd->left_available && mi[-1].src_mi; local
1773 if (left_in_image || above_in_image || cm->frame_type != KEY_FRAME) {
1788 if (left_in_image) {
1858 const int left_in_image = xd->left_available && mi_8x8[-1].src_mi; local
1871 (left_in_image || above_in_image || cm->frame_type != KEY_FRAME)) {
1877 if (left_in_image) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2091 const int left_in_image = xd->left_available && mi_8x8[-1]; local
2103 if (left_in_image || above_in_image || cm->frame_type != KEY_FRAME) {
2117 if (left_in_image) {

Completed in 103 milliseconds