Searched refs:ytop_left (Results 1 – 4 of 4) sorted by relevance
299 ; Load ytop_left = above[-1];307 ; Compute above - ytop_left310 ; Load left row by row and compute left + (above - ytop_left)346 ; Load ytop_left = above[-1];359 ; Compute above - ytop_left362 ; Load left row by row and compute left + (above - ytop_left)419 ; Load ytop_left = above[-1];430 ; Compute above - ytop_left436 ; Load left row by row and compute left + (above - ytop_left)513 ; Load ytop_left = above[-1];[all …]
25 unsigned char ytop_left = yabove_row[-1]; in vp8_build_intra_predictors_mby_s_c() local114 int pred = yleft_col[r] + yabove_row[ c] - ytop_left; in vp8_build_intra_predictors_mby_s_c()
234 ; Load ytop_left240 ; Compute yabove_row - ytop_left517 ; Load ytop_left523 ; Compute yabove_row - ytop_left
210 int ytop_left = above[-1]; in intra_pred_allsizes() local214 dst[c] = clip_pixel(left[r] + above[c] - ytop_left); in intra_pred_allsizes()