Searched refs:ytop_left (Results 1 – 4 of 4) sorted by relevance
324 @ Load ytop_left = above[-1];331 @ Compute above - ytop_left334 @ Load left row by row and compute left + (above - ytop_left)371 @ Load ytop_left = above[-1];383 @ Compute above - ytop_left386 @ Load left row by row and compute left + (above - ytop_left)444 @ Load ytop_left = above[-1];454 @ Compute above - ytop_left460 @ Load left row by row and compute left + (above - ytop_left)538 @ Load ytop_left = above[-1];[all …]
299 ; Load ytop_left = above[-1];306 ; Compute above - ytop_left309 ; Load left row by row and compute left + (above - ytop_left)345 ; Load ytop_left = above[-1];357 ; Compute above - ytop_left360 ; Load left row by row and compute left + (above - ytop_left)417 ; Load ytop_left = above[-1];427 ; Compute above - ytop_left433 ; Load left row by row and compute left + (above - ytop_left)510 ; Load ytop_left = above[-1];[all …]
64 const uint8_t ytop_left = above[-1]; in paeth_predictor() local68 dst[c] = (uint8_t)paeth_predictor_single(left[r], above[c], ytop_left); in paeth_predictor()391 const uint16_t ytop_left = above[-1]; in highbd_paeth_predictor() local396 dst[c] = paeth_predictor_single(left[r], above[c], ytop_left); in highbd_paeth_predictor()
182 int ytop_left = above[-1]; in tm_predictor() local186 dst[c] = clip_pixel(left[r] + above[c] - ytop_left); in tm_predictor()639 int ytop_left = above[-1]; in highbd_tm_predictor() local644 dst[c] = clip_pixel_highbd(left[r] + above[c] - ytop_left, bd); in highbd_tm_predictor()