Home
last modified time | relevance | path

Searched defs:add_2nd (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/libde265/libde265-1.0.2/libde265/x86/
H A Dsse-dct.cc349 uint16_t add_2nd = 1 << 11; //(1 << (shift_2nd - 1)) in ff_hevc_transform_4x4_luma_add_8_sse4() local
629 uint16_t add_2nd = 1 << 11; //(1 << (shift_2nd - 1)) in ff_hevc_transform_4x4_add_8_sse4() local
845 uint16_t add_2nd = 1 << 11; //(1 << (shift_2nd - 1)) in ff_hevc_transform_8x8_add_8_sse4() local
1495 uint16_t add_2nd = 1 << 11; //(1 << (shift_2nd - 1)) in ff_hevc_transform_16x16_add_8_sse4() local
2915 uint16_t add_2nd = 1 << 11; //(1 << (shift_2nd - 1)) in ff_hevc_transform_32x32_add_8_sse4() local
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/common/
H A Dquant.cpp537 const int add_2nd = 1 << (shift_2nd - 1); in invtransformNxN() local
/dports/multimedia/handbrake/x265_3.5/source/common/
H A Dquant.cpp593 const int add_2nd = 1 << (shift_2nd - 1); in invtransformNxN() local
/dports/multimedia/x265/source/common/
H A Dquant.cpp593 const int add_2nd = 1 << (shift_2nd - 1); in invtransformNxN() local
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/TLibCommon/
H A DTComTrQuant.cpp270 const Int add_2nd = 1<<(shift_2nd-1); in xTr() local
345 const Int add_2nd = (shift_2nd>0) ? (1<<(shift_2nd-1)) : 0; in xITr() local