OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sub32
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/encoder/
ia_basic_ops32.h
40
/* 14.
sub32
*/
643
static PLATFORM_INLINE WORD32
sub32
(WORD32 a, WORD32 b)
function
[
all
...]
/external/libaom/libaom/av1/common/x86/
av1_convolve_scale_sse4.c
116
const int32_t
sub32
= ((1 << (offset_bits - conv_params->round_1)) +
local
118
const __m128i sub = _mm_set1_epi16(
sub32
);
166
// Divide down by (1 << round_1), rounding to nearest and subtract
sub32
.
218
tmp = tmp -
sub32
;
343
const int32_t
sub32
= ((1 << (offset_bits - conv_params->round_1)) +
local
345
const __m128i sub = _mm_set1_epi32(
sub32
);
398
// Divide down by (1 << round_1), rounding to nearest and subtract
sub32
.
Completed in 514 milliseconds