OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:near_sadidx
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
rdopt.h
129
int
near_sadidx
[]
131
void vp8_cal_sad(VP8_COMP *cpi, MACROBLOCKD *xd, MACROBLOCK *x, int recon_yoffset, int
near_sadidx
[]);
rdopt.c
1963
int
near_sadidx
[8] = {0, 1, 2, 3, 4, 5, 6, 7};
local
[
all
...]
pickinter.c
599
int
near_sadidx
[8] = {0, 1, 2, 3, 4, 5, 6, 7};
local
906
vp8_cal_sad(cpi,xd,x, recon_yoffset ,&
near_sadidx
[0] );
913
&
near_sadidx
[0]);
[
all
...]
Completed in 26 milliseconds