OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_out_max
(Results
1 - 6
of
6
) sorted by null
/external/webp/src/dsp/
rescaler_mips_dsp_r2.c
29
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
36
const int temp6 = (
x_out_max
& ~0x3) << 2;
42
if (
x_out_max
>= 4) {
107
for (i = 0; i < (
x_out_max
& 0x3); ++i) {
115
if (
x_out_max
>= 4) {
156
for (i = 0; i < (
x_out_max
& 0x3); ++i) {
169
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
172
const int temp6 = (
x_out_max
& ~0x3) << 2;
179
if (
x_out_max
>= 4) {
216
for (i = 0; i < (
x_out_max
& 0x3); ++i)
[
all
...]
rescaler.c
30
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
45
if (x_out >=
x_out_max
) break;
61
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
70
while (x_out <
x_out_max
) {
99
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
106
for (x_out = 0; x_out <
x_out_max
; ++x_out) {
115
for (x_out = 0; x_out <
x_out_max
; ++x_out) {
130
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
137
for (x_out = 0; x_out <
x_out_max
; ++x_out) {
145
for (x_out = 0; x_out <
x_out_max
; ++x_out)
[
all
...]
rescaler_mips32.c
26
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
41
int loop_c =
x_out_max
- channel;
85
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
121
"subu %[temp3], %[x_out], %[
x_out_max
] \n\t"
137
[
x_out_max
]"r"(
x_out_max
)
150
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
154
const int temp6 =
x_out_max
<< 2;
211
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
218
const int temp6 =
x_out_max
<< 2
[
all
...]
rescaler_neon.c
63
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
64
const int max_span =
x_out_max
& ~7;
83
for (; x_out <
x_out_max
; ++x_out) {
104
for (; x_out <
x_out_max
; ++x_out) {
119
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
120
const int max_span =
x_out_max
& ~7;
146
for (; x_out <
x_out_max
; ++x_out) {
164
for (; x_out <
x_out_max
; ++x_out) {
rescaler_sse2.c
232
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
240
for (x_out = 0; x_out + 8 <=
x_out_max
; x_out += 8) {
245
for (; x_out <
x_out_max
; ++x_out) {
257
for (x_out = 0; x_out + 8 <=
x_out_max
; x_out += 8) {
277
for (; x_out <
x_out_max
; ++x_out) {
292
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
303
for (x_out = 0; x_out + 8 <=
x_out_max
; x_out += 8) {
329
for (; x_out <
x_out_max
; ++x_out) {
340
for (x_out = 0; x_out + 8 <=
x_out_max
; x_out += 8) {
347
for (; x_out <
x_out_max
; ++x_out)
[
all
...]
/external/opencv3/3rdparty/libwebp/utils/
rescaler.c
57
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
63
for (x_out = channel; x_out <
x_out_max
; x_out += x_stride) {
80
for (x_out = channel; x_out <
x_out_max
; x_out += x_stride) {
92
for (x_out = channel; x_out <
x_out_max
; x_out += x_stride) {
104
const int
x_out_max
= wrk->dst_width * wrk->num_channels;
local
106
for (x_out = 0; x_out <
x_out_max
; ++x_out) {
Completed in 3547 milliseconds