OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yleft_col
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/common/
reconintra.c
35
unsigned char
yleft_col
[16];
local
42
yleft_col
[i] = x->dst.y_buffer [i* x->dst.y_stride -1];
71
average +=
yleft_col
[i];
109
vpx_memset(ypred_ptr,
yleft_col
[r], 16);
122
int pred =
yleft_col
[r] + yabove_row[ c] - ytop_left;
153
unsigned char
yleft_col
[16];
local
163
yleft_col
[i] = x->dst.y_buffer [i* x->dst.y_stride -1];
192
average +=
yleft_col
[i];
235
vpx_memset(ypred_ptr,
yleft_col
[r], 16);
248
int pred =
yleft_col
[r] + yabove_row[ c] - ytop_left
[
all
...]
/external/libvpx/vp8/decoder/
reconintra_mt.c
25
unsigned char *
yleft_col
;
local
34
yleft_col
= pbi->mt_yleft_col[mb_row];
41
yleft_col
= yleft_buf;
72
average +=
yleft_col
[i];
110
vpx_memset(ypred_ptr,
yleft_col
[r], 16);
123
int pred =
yleft_col
[r] + yabove_row[ c] - ytop_left;
153
unsigned char *
yleft_col
;
local
165
yleft_col
= pbi->mt_yleft_col[mb_row];
172
yleft_col
= yleft_buf;
203
average +=
yleft_col
[i]
[
all
...]
/external/libvpx/vp8/common/arm/neon/
buildintrapredictorsmby_neon.asm
171
; Load 4x
yleft_col
250
; Load 4x
yleft_col
454
; Load 4x
yleft_col
533
; Load 4x
yleft_col
Completed in 207 milliseconds