Lines Matching refs:Above
644 unsigned char *Above; /* = *(x->base_dst) + x->dst - x->dst_stride; */ in vp8mt_predict_intra4x4() local
652 Above = pbi->mt_yabove_row[mb_row] + mb_col*16 + num*4 + 32; in vp8mt_predict_intra4x4()
654 Above = *(x->base_dst) + x->dst - x->dst_stride; in vp8mt_predict_intra4x4()
671 top_left = Above[-1]; in vp8mt_predict_intra4x4()
681 expected_dc += Above[i]; in vp8mt_predict_intra4x4()
705 int pred = Above[c] - top_left + Left[r]; in vp8mt_predict_intra4x4()
725 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2; in vp8mt_predict_intra4x4()
726 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2; in vp8mt_predict_intra4x4()
727 ap[2] = (Above[1] + 2 * Above[2] + Above[3] + 2) >> 2; in vp8mt_predict_intra4x4()
728 ap[3] = (Above[2] + 2 * Above[3] + Above[4] + 2) >> 2; in vp8mt_predict_intra4x4()
767 unsigned char *ptr = Above; in vp8mt_predict_intra4x4()
797 pp[5] = Above[0]; in vp8mt_predict_intra4x4()
798 pp[6] = Above[1]; in vp8mt_predict_intra4x4()
799 pp[7] = Above[2]; in vp8mt_predict_intra4x4()
800 pp[8] = Above[3]; in vp8mt_predict_intra4x4()
831 pp[5] = Above[0]; in vp8mt_predict_intra4x4()
832 pp[6] = Above[1]; in vp8mt_predict_intra4x4()
833 pp[7] = Above[2]; in vp8mt_predict_intra4x4()
834 pp[8] = Above[3]; in vp8mt_predict_intra4x4()
859 unsigned char *pp = Above; in vp8mt_predict_intra4x4()
888 pp[5] = Above[0]; in vp8mt_predict_intra4x4()
889 pp[6] = Above[1]; in vp8mt_predict_intra4x4()
890 pp[7] = Above[2]; in vp8mt_predict_intra4x4()
891 pp[8] = Above[3]; in vp8mt_predict_intra4x4()