OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:halfsrc_width
(Results
1 - 2
of
2
) sorted by null
/external/libyuv/files/source/
general.cc
93
int
halfsrc_width
= src_width / 2;
local
105
for ( i += (
halfsrc_width
* crop_height / 2 + crop_width / 2);
106
loop < halfdst_height; loop++,i +=
halfsrc_width
) {
111
i = src_width * src_height + half_dst_height *
halfsrc_width
; // ilum + Cr
112
for ( i += (
halfsrc_width
* crop_height / 2 + crop_width / 2);
113
loop < halfdst_height; loop++, i +=
halfsrc_width
) {
scale.cc
3397
int
halfsrc_width
= (src_width + 1) >> 1;
local
3436
int
halfsrc_width
= (src_width + 1) >> 1;
local
3463
int
halfsrc_width
= (src_width + 1) >> 1;
local
[
all
...]
Completed in 140 milliseconds