Home
last modified time | relevance | path

Searched refs:ytop_left (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/config/arm-neon/vpx_dsp/arm/
Dintrapred_neon_asm.asm.S324 @ Load ytop_left = above[-1];
331 @ Compute above - ytop_left
334 @ Load left row by row and compute left + (above - ytop_left)
371 @ Load ytop_left = above[-1];
383 @ Compute above - ytop_left
386 @ Load left row by row and compute left + (above - ytop_left)
444 @ Load ytop_left = above[-1];
454 @ Compute above - ytop_left
460 @ Load left row by row and compute left + (above - ytop_left)
538 @ Load ytop_left = above[-1];
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dintrapred_neon_asm.asm299 ; Load ytop_left = above[-1];
306 ; Compute above - ytop_left
309 ; Load left row by row and compute left + (above - ytop_left)
345 ; Load ytop_left = above[-1];
357 ; Compute above - ytop_left
360 ; Load left row by row and compute left + (above - ytop_left)
417 ; Load ytop_left = above[-1];
427 ; Compute above - ytop_left
433 ; Load left row by row and compute left + (above - ytop_left)
510 ; Load ytop_left = above[-1];
[all …]
/external/libaom/libaom/aom_dsp/
Dintrapred.c64 const uint8_t ytop_left = above[-1]; in paeth_predictor() local
68 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() local
396 dst[c] = paeth_predictor_single(left[r], above[c], ytop_left); in highbd_paeth_predictor()
/external/libvpx/libvpx/vpx_dsp/
Dintrapred.c182 int ytop_left = above[-1]; in tm_predictor() local
186 dst[c] = clip_pixel(left[r] + above[c] - ytop_left); in tm_predictor()
639 int ytop_left = above[-1]; in highbd_tm_predictor() local
644 dst[c] = clip_pixel_highbd(left[r] + above[c] - ytop_left, bd); in highbd_tm_predictor()