OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bit_m02
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c
732
const int
bit_m02
= bit - 2;
local
742
if (
bit_m02
>= 0) {
743
__m128i k_const_rounding = _mm_slli_epi16(kOne,
bit_m02
);
[
all
...]
/external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c
560
const int
bit_m02
= bit - 2;
local
570
if (
bit_m02
>= 0) {
571
__m128i k_const_rounding = _mm_slli_epi16(kOne,
bit_m02
);
[
all
...]
vp9_dct_sse2.c
661
const int
bit_m02
= bit - 2;
local
671
if (
bit_m02
>= 0) {
672
__m128i k_const_rounding = _mm_slli_epi16(kOne,
bit_m02
);
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_avx2.c
560
const int
bit_m02
= bit - 2;
local
570
if (
bit_m02
>= 0) {
571
__m128i k_const_rounding = _mm_slli_epi16(kOne,
bit_m02
);
[
all
...]
vp9_dct_sse2.c
661
const int
bit_m02
= bit - 2;
local
671
if (
bit_m02
>= 0) {
672
__m128i k_const_rounding = _mm_slli_epi16(kOne,
bit_m02
);
[
all
...]
Completed in 184 milliseconds