Searched defs:above_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.c118 const int above_in_image = above_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
176 const MB_MODE_INFO *edge_mbmi = above_in_image ? above_mbmi : left_mbmi;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c118 const int above_in_image = above_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
176 const MB_MODE_INFO *edge_mbmi = above_in_image ? above_mbmi : left_mbmi;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1763 const int above_in_image = xd->up_available && mi[-xd->mi_stride].src_mi; local
1773 if (left_in_image || above_in_image || cm->frame_type != KEY_FRAME) {
1794 if (above_in_image) {
1859 const int above_in_image = xd->up_available && local
1871 (left_in_image || above_in_image || cm->frame_type != KEY_FRAME)) {
1888 if (above_in_image) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2092 const int above_in_image = xd->up_available && local
2103 if (left_in_image || above_in_image || cm->frame_type != KEY_FRAME) {
2123 if (above_in_image) {

Completed in 2140 milliseconds