OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ytop_left
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/common/
reconintra.c
25
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/
buildintrapredictorsmby_neon.asm
234
; Load
ytop_left
240
; Compute yabove_row -
ytop_left
517
; Load
ytop_left
523
; Compute yabove_row -
ytop_left
/external/libvpx/libvpx/vp9/common/
vp9_reconintra.c
213
int
ytop_left
= above[-1];
local
217
dst[c] = clip_pixel(left[r] + above[c] -
ytop_left
);
Completed in 77 milliseconds