Home
last modified time | relevance | path

Searched defs:shift (Results 351 - 375 of 722) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/ffmpeg/libavcodec/
H A Dsonic.c88 static inline int shift(int a,int b) in shift() function
H A Dmss4.c295 get_value_cached(GetBitContext *gb, int vec_pos, uint8_t *vec, int vec_size, int component, int shift, int *prev) get_value_cached() argument
H A Dpixlet.c103 unsigned shift = plane > 0; in init_decoder() local
513 const unsigned shift = 16 - depth; in postprocess_chroma() local
533 unsigned shift = plane > 0; in decode_plane() local
H A Dtakdec.c169 int shift; in set_sample_rate_params() local
/third_party/ffmpeg/libavfilter/
H A Ddrawutils.c641 unsigned shift = sub_dir ? draw->vsub_max : draw->hsub_max; in ff_draw_round_to_sub() local
440 blend_pixel16(uint8_t *dst, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, unsigned w, unsigned h, unsigned shift, unsigned xm0) blend_pixel16() argument
464 blend_pixel(uint8_t *dst, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, unsigned w, unsigned h, unsigned shift, unsigned xm0) blend_pixel() argument
[all...]
H A Dvf_vaguedenoiser.c351 const float shift = threshold * 0.01f * percent; in soft_thresholding() local
/third_party/ffmpeg/libavutil/
H A Dimgutils.c524 int h, shift = (i == 1 || i == 2) ? desc->log2_chroma_h : 0; in av_image_copy_to_buffer() local
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_neon_4.h417 static const int32x4_t shift = vld1q_s32(shifta); in mask() local
/third_party/backends/backend/
H A Dteco1.c927 int shift = GAMMA_LENGTH >> 8; in teco_send_gamma() local
1592 int shift = GAMMA_LENGTH >> 8; in sane_open() local
H A Dstv680.h42 getbitfield (unsigned char *pageaddr, int mask, int shift) in getbitfield() argument
H A Dp5_device.c635 unsigned int i, j, shift, step; in build_correction() local
/third_party/icu/icu4c/source/common/
H A Duprops.cpp454 int32_t shift; // =maxValue if getMaxValueFromShift() is used member
/third_party/libsnd/src/ALAC/
H A Dalac_encoder.c755 uint32_t shift ; EncodeMono() local
[all...]
/third_party/libsnd/src/
H A Dflac.c232 int shift = 16 - frame->header.bits_per_sample ; in flac_buffer_copy() local
272 int shift = 32 - frame->header.bits_per_sample ; in flac_buffer_copy() local
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrelemlib.cpp216 UINT_32 shift = 126 - exp8 + 24 - bits; in Flt32sToInt32s() local
/third_party/libdrm/include/drm/
H A Dmsm_drm.h152 __s32 shift; /* in, amount of left shift (can be negative) */ member
/third_party/libcoap/src/
H A Dcoap_pdu.c571 size_t shift; in coap_insert_option() local
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_shader.c188 nir_ssa_def *shift = nir_imm_int(b, util_logbase2(stride)); in lower_vulkan_resource_index() local
203 nir_ssa_def *shift = nir_channel(b, old_index, 2); in lower_vulkan_resource_reindex() local
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_optimizer.cpp322 Temp shift; variable
/third_party/node/deps/v8/src/wasm/
H A Dwasm-external-refs.cc181 double shift = static_cast<double>(1ull << 32); in uint64_to_float64_wrapper() local
352 uint32_t shift = ReadUnalignedValue<uint32_t>(data + sizeof(input)) & 31; in word32_rol_wrapper() local
358 uint32_t shift in word32_ror_wrapper() local
364 uint64_t shift = ReadUnalignedValue<uint64_t>(data + sizeof(input)) & 63; word64_rol_wrapper() local
371 uint64_t shift = ReadUnalignedValue<uint64_t>(data + sizeof(input)) & 63; word64_ror_wrapper() local
[all...]
/third_party/node/src/
H A Dstring_search.h354 int shift = j - CharOccurrence(bad_char_occurrence, c); in BoyerMooreSearch() local
374 int shift = j - bc_occ; in BoyerMooreSearch() local
476 int shift = j - bc_occ; BoyerMooreHorspoolSearch() local
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dcompress_fragment.c43 static BROTLI_INLINE uint32_t Hash(const uint8_t* p, size_t shift) { in Hash() argument
462 const size_t shift = 64u - table_bits; in BrotliCompressFragmentFastImpl() local
48 HashBytesAtOffset( uint64_t v, int offset, size_t shift) HashBytesAtOffset() argument
[all...]
H A Dcompress_fragment_two_pass.c245 const size_t shift = 64u - table_bits; in CreateCommands() local
42 Hash(const uint8_t* p, size_t shift, size_t length) Hash() argument
49 HashBytesAtOffset(uint64_t v, size_t offset, size_t shift, size_t length) HashBytesAtOffset() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dff_fragment_shader.cpp688 ir_constant *shift; in emit_texenv() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_shader.cpp155 const unsigned shift = 4 * (2 - i); in brw_texture_offset() local

Completed in 34 milliseconds

1...<<11121314151617181920>>...29