OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offset_bits_vert
(Results
1 - 4
of
4
) sorted by null
/external/libaom/libaom/av1/common/
warped_motion.c
409
const int
offset_bits_vert
= bd + 2 * FILTER_BITS - reduce_bits_horiz;
local
473
int32_t sum = 1 <<
offset_bits_vert
;
690
const int
offset_bits_vert
= bd + 2 * FILTER_BITS - reduce_bits_horiz;
local
[
all
...]
/external/libaom/libaom/av1/common/arm/
warp_plane_neon.c
505
const int
offset_bits_vert
= bd + 2 * FILTER_BITS - reduce_bits_horiz;
local
506
int32x4_t add_const_vert = vdupq_n_s32((int32_t)(1 <<
offset_bits_vert
));
[
all
...]
/external/libaom/libaom/av1/common/x86/
highbd_warp_plane_sse4.c
308
const int
offset_bits_vert
= bd + 2 * FILTER_BITS - reduce_bits_horiz;
local
314
const __m128i res_add_const = _mm_set1_epi32(1 <<
offset_bits_vert
);
warp_plane_sse4.c
825
const int
offset_bits_vert
= bd + 2 * FILTER_BITS - reduce_bits_horiz;
local
[
all
...]
Completed in 280 milliseconds