OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:linestocopy
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c
26
int
linestocopy
;
local
32
linestocopy
= (yheight >> 4) / PARTIAL_FRAME_FRACTION;
33
linestocopy
=
linestocopy
?
linestocopy
<< 4 : 16; /* 16 lines per MB */
39
linestocopy
+= 4;
45
vp8_memcpy_partial_neon(dst_y, src_y, ystride *
linestocopy
);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
picklpf.c
33
int
linestocopy
;
local
39
linestocopy
= (yheight >> 4) / PARTIAL_FRAME_FRACTION;
40
linestocopy
=
linestocopy
?
linestocopy
<< 4 : 16; /* 16 lines per MB */
46
linestocopy
+= 4;
52
vpx_memcpy(dst_y, src_y, ystride *
linestocopy
);
64
int
linestocopy
;
local
67
linestocopy
= (source->y_height >> 4) / PARTIAL_FRAME_FRACTION;
68
linestocopy
= linestocopy ? linestocopy << 4 : 16; /* 16 lines per MB *
[
all
...]
/external/libvpx/libvpx/vp8/encoder/
picklpf.c
33
int
linestocopy
;
local
39
linestocopy
= (yheight >> 4) / PARTIAL_FRAME_FRACTION;
40
linestocopy
=
linestocopy
?
linestocopy
<< 4 : 16; /* 16 lines per MB */
46
linestocopy
+= 4;
52
vpx_memcpy(dst_y, src_y, ystride *
linestocopy
);
64
int
linestocopy
;
local
67
linestocopy
= (source->y_height >> 4) / PARTIAL_FRAME_FRACTION;
68
linestocopy
= linestocopy ? linestocopy << 4 : 16; /* 16 lines per MB *
[
all
...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
loopfilter.c
568
int
linestocopy
;
local
587
linestocopy
= mb_rows / PARTIAL_FRAME_FRACTION;
588
linestocopy
=
linestocopy
?
linestocopy
<< 4 : 16; /* 16 lines per MB */
595
for (mb_row = 0; mb_row<(
linestocopy
>> 4); mb_row++)
/external/libvpx/libvpx/vp8/common/
loopfilter.c
568
int
linestocopy
;
local
587
linestocopy
= mb_rows / PARTIAL_FRAME_FRACTION;
588
linestocopy
=
linestocopy
?
linestocopy
<< 4 : 16; /* 16 lines per MB */
595
for (mb_row = 0; mb_row<(
linestocopy
>> 4); mb_row++)
Completed in 333 milliseconds