Searched refs:ytop_left (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dreconintra.c25 unsigned char ytop_left = yabove_row[-1]; local
114 int pred = yleft_col[r] + yabove_row[ c] - ytop_left;
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dbuildintrapredictorsmby_neon.asm234 ; Load ytop_left
240 ; Compute yabove_row - ytop_left
517 ; Load ytop_left
523 ; Compute yabove_row - ytop_left
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconintra.c213 int ytop_left = above[-1]; local
217 dst[c] = clip_pixel(left[r] + above[c] - ytop_left);

Completed in 280 milliseconds