OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:i4_shift
(Results
1 - 6
of
6
) sorted by null
/external/libhevc/common/x86/
ihevc_16x16_itrans_recon_sse42_intr.c
173
WORD32
i4_shift
= IT_SHIFT_STAGE_1;
local
[
all
...]
ihevc_itrans_recon_16x16_ssse3_intr.c
177
WORD32
i4_shift
= IT_SHIFT_STAGE_1;
local
[
all
...]
ihevc_itrans_recon_sse42_intr.c
148
WORD32
i4_shift
= IT_SHIFT_STAGE_1;
local
209
m_rdng_factor = _mm_cvtsi32_si128((1 << (
i4_shift
- 1)));
221
m_count = _mm_cvtsi32_si128(
i4_shift
);
256
i4_shift
= IT_SHIFT_STAGE_2;
300
m_rdng_factor = _mm_cvtsi32_si128((1 << (
i4_shift
- 1)));
312
m_count = _mm_cvtsi32_si128(
i4_shift
);
478
WORD32
i4_shift
= IT_SHIFT_STAGE_1;
local
516
m_rdng_factor = _mm_cvtsi32_si128((1 << (
i4_shift
- 1)));
531
m_count = _mm_cvtsi32_si128(
i4_shift
);
581
i4_shift
= IT_SHIFT_STAGE_2
851
WORD32
i4_shift
= IT_SHIFT_STAGE_1;
local
[
all
...]
ihevc_itrans_recon_ssse3_intr.c
155
WORD32
i4_shift
= IT_SHIFT_STAGE_1;
local
234
m_rdng_factor = _mm_cvtsi32_si128((1 << (
i4_shift
- 1)));
270
m_count = _mm_cvtsi32_si128(
i4_shift
);
305
i4_shift
= IT_SHIFT_STAGE_2;
372
m_rdng_factor = _mm_cvtsi32_si128((1 << (
i4_shift
- 1)));
408
m_count = _mm_cvtsi32_si128(
i4_shift
);
585
WORD32
i4_shift
= IT_SHIFT_STAGE_1;
local
649
m_rdng_factor = _mm_cvtsi32_si128((1 << (
i4_shift
- 1)));
664
m_count = _mm_cvtsi32_si128(
i4_shift
);
714
i4_shift
= IT_SHIFT_STAGE_2
1027
WORD32
i4_shift
= IT_SHIFT_STAGE_1;
local
[
all
...]
ihevc_32x32_itrans_recon_sse42_intr.c
215
WORD32
i4_shift
= IT_SHIFT_STAGE_1;
local
[
all
...]
ihevc_itrans_recon_32x32_ssse3_intr.c
223
WORD32
i4_shift
= IT_SHIFT_STAGE_1;
local
[
all
...]
Completed in 483 milliseconds