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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
H A Dvp9_reconintra_neon.asm299 ; Load ytop_left = above[-1];
307 ; Compute above - ytop_left
310 ; Load left row by row and compute left + (above - ytop_left)
346 ; Load ytop_left = above[-1];
359 ; Compute above - ytop_left
362 ; Load left row by row and compute left + (above - ytop_left)
419 ; Load ytop_left = above[-1];
430 ; Compute above - ytop_left
436 ; Load left row by row and compute left + (above - ytop_left)
513 ; Load ytop_left
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconintra.c210 int ytop_left = above[-1]; local
214 dst[c] = clip_pixel(left[r] + above[c] - ytop_left);

Completed in 2800 milliseconds