OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:const_max_level
(Results
1 - 2
of
2
) sorted by null
/external/webp/src/dsp/
cost_mips_dsp_r2.c
32
const int
const_max_level
= MAX_VARIABLE_LEVEL;
local
57
"slt %[temp0], %[v_reg], %[
const_max_level
] \n\t"
58
"movz %[v_reg], %[
const_max_level
], %[temp0] \n\t"
73
: [const_2]"r"(const_2), [
const_max_level
]"r"(
const_max_level
),
cost_mips32.c
32
const int
const_max_level
= MAX_VARIABLE_LEVEL;
local
60
"slt %[temp0], %[v_reg], %[
const_max_level
] \n\t"
61
"movz %[v_reg], %[
const_max_level
], %[temp0] \n\t"
78
: [const_2]"r"(const_2), [
const_max_level
]"r"(
const_max_level
),
Completed in 299 milliseconds