Home
last modified time | relevance | path

Searched defs:bit2 (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dcolorspacedsp.c131 #define init_yuv2yuv_fn(idx1, bit1, bit2) \ in ff_colorspacedsp_init() argument
/third_party/pcre2/pcre2/src/
Dpcre2_jit_neon_inc.h158 sljit_u32 bit2 = char2a ^ char2b; in FF_FUN() local
Dpcre2_jit_simd_inc.h509 sljit_u32 bit2 = 0; in fast_forward_char_pair_simd() local
1625 sljit_u32 bit2 = 0; in fast_forward_char_pair_simd() local
/third_party/astc-encoder/Source/
Dastcenc_color_unquantize.cpp329 int bit2 = (v2 >> 6) & 1; in hdr_rgbo_unpack() local
481 int bit2 = (v4 >> 6) & 1; in hdr_rgb_unpack() local
Dastcenc_color_quantize.cpp1052 int bit2 = 0; in quantize_hdr_rgbo() local
1497 int bit2 = 0; in quantize_hdr_rgb() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_color_unquantize.cpp392 int bit2 = (v2 >> 6) & 1; in hdr_rgbo_unpack3() local
539 int bit2 = (v4 >> 6) & 1; in hdr_rgb_unpack3() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2478 int bit2 = getRealBitPrecision(outputBitTable[j], outputSampler == SAMPLER_FLOAT); in compare() local