OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:weight_h
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/aom_dsp/x86/
intrapred_ssse3.c
605
//
weight_h
[0]:
weight_h
vector
606
//
weight_h
[1]: scale -
weight_h
vector
607
//
weight_h
[2]: same as [0], second half for height = 16 only
608
//
weight_h
[3]: same as [1], second half for height = 16 only
611
__m128i *
weight_h
, __m128i *weight_w) {
615
weight_h
[0] = _mm_unpacklo_epi8(t, zero);
616
weight_h
[1] = _mm_sub_epi16(d,
weight_h
[0])
[
all
...]
/external/libaom/libaom/av1/encoder/x86/
ml_sse3.c
119
const __m128
weight_h
= _mm_loadu_ps(&weights[i * num_inputs + 4]);
local
121
const __m128 mul_h = _mm_mul_ps(inputs_h,
weight_h
);
Completed in 237 milliseconds