Home
last modified time | relevance | path

Searched defs:mask (Results 976 - 1000 of 2099) sorted by relevance

1...<<31323334353637383940>>...84

/drivers/hdf_core/framework/include/wifi/
H A Dhdf_wifi_event.h81 uint32_t mask; /**< Flag mask */ member
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp300 GetMaskedConfig(const struct DeviceResourceIface &iface, const struct DeviceResourceNode &node, const std::string &attrName, uint32_t &mask) GetMaskedConfig() argument
/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_plane.h74 DrmPlaneType mask; member
/third_party/ffmpeg/libavcodec/
H A Dcavsdec.c553 int i, esc_code, level, mask, ret; in decode_residual_block() local
H A Dintrax8.c212 uint32_t mask; in x8_get_ac_rlf() local
H A Dhuffyuvenc.c549 int mask = s->n - 1; in encode_plane_bitstream() local
H A Datrac3plus.c639 int mask = ctx->use_full_table ? 7 : 3; /* mask for modular arithmetic */ in decode_channel_code_tab() local
H A Dmotion_est_template.c173 const int mask= 1+2*qpel; in get_mb_score() local
H A Dvp6.c591 vp6_filter(VP56Context *s, uint8_t *dst, uint8_t *src, int offset1, int offset2, ptrdiff_t stride, VP56mv mv, int mask, int select, int luma) vp6_filter() argument
H A Dvp56.c345 int mask = s->vp56_coord_div[b] - 1; in vp56_mc() local
H A Dmv30.c467 GetBitContext mask; in decode_inter() local
H A Dtexturedspenc.c177 uint32_t mask = 0; in match_colors() local
455 uint32_t mask; in compress_color() local
350 refine_colors(const uint8_t *block, ptrdiff_t stride, uint16_t *pmax16, uint16_t *pmin16, uint32_t mask) refine_colors() argument
505 int mask = 0; compress_alpha() local
[all...]
H A Dproresdec2.c62 const int mask = (1 << num_bits) - 1; in unpack_alpha() local
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp8_lpf_lsx.c250 __m128i mask, hev, flat, thresh, limit, b_limit; in ff_vp8_v_loop_filter16_lsx() local
283 __m128i mask, hev, flat, thresh, limit, b_limit; in ff_vp8_v_loop_filter8uv_lsx() local
334 __m128i mask, he in ff_vp8_h_loop_filter16_lsx() local
421 __m128i mask, hev, flat, thresh, limit, b_limit; ff_vp8_h_loop_filter8uv_lsx() local
508 __m128i mask, hev, flat; ff_vp8_v_loop_filter16_inner_lsx() local
540 __m128i mask, hev, flat; ff_vp8_h_loop_filter16_inner_lsx() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dme_cmp_msa.c236 v16i8 mask = { 0, 1, 1, 2, 2, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8 }; in sad_hv_bilinear_filter_8width_msa() local
H A Dvp8_lpf_msa.c302 v16u8 mask, he in ff_vp8_v_loop_filter16_msa() local
327 v16u8 mask, hev, flat, thresh, limit, b_limit; ff_vp8_v_loop_filter8uv_msa() local
379 v16u8 mask, hev, flat, thresh, limit, b_limit; ff_vp8_h_loop_filter16_msa() local
444 v16u8 mask, hev, flat, thresh, limit, b_limit; ff_vp8_h_loop_filter8uv_msa() local
509 v16u8 mask, b_limit; ff_vp8_v_loop_filter_simple_msa() local
524 v16u8 mask, b_limit; ff_vp8_h_loop_filter_simple_msa() local
553 v16u8 mask, hev, flat, thresh, limit, b_limit; ff_vp8_v_loop_filter8uv_inner_msa() local
594 v16u8 mask, hev, flat, thresh, limit, b_limit; ff_vp8_h_loop_filter8uv_inner_msa() local
626 v16u8 mask, hev, flat; ff_vp8_v_loop_filter16_inner_msa() local
646 v16u8 mask, hev, flat; ff_vp8_h_loop_filter16_inner_msa() local
[all...]
H A Dh264pred_msa.c348 v16i8 mask = { 0, 0, 0, 0, 4, 4, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0 }; in intra_predict_vert_dc_8x8_msa() local
/third_party/ffmpeg/libavfilter/
H A Davf_showvolume.c243 int char_y, mask; in drawtext() local
H A Dformats.c849 int64_t mask; in ff_parse_channel_layout() local
H A Daf_afir.c57 int char_y, mask; in drawtext() local
H A Ddrawutils.c296 int mask = (1 << sub) - 1; in subsampling_bounds() 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
487 blend_line_hv16(uint8_t *dst, int dst_delta, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, int w, unsigned hsub, unsigned vsub, int xm, int left, int right, int hband) blend_line_hv16() argument
512 blend_line_hv(uint8_t *dst, int dst_delta, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, int w, unsigned hsub, unsigned vsub, int xm, int left, int right, int hband) blend_line_hv() argument
537 ff_blend_mask(FFDrawContext *draw, FFDrawColor *color, uint8_t *dst[], int dst_linesize[], int dst_w, int dst_h, const uint8_t *mask, int mask_linesize, int mask_w, int mask_h, int l2depth, unsigned endianness, int x0, int y0) ff_blend_mask() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dmp3enc.c204 int32_t mask = bitrate_idx << (4 + 8); in mp3_write_xing() local
/third_party/ffmpeg/tests/checkasm/
H A Dvp9dsp.c397 uint32_t mask = (1 << bit_depth) - 1; in randomize_loopfilter_buffers() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_iec958.c108 unsigned int mask = 1 << (iec->counter - (byte << 3)); in iec958_subframe() local
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib_avx2_8.h355 ASTCENC_SIMD_INLINE unsigned int mask(vmask function
1163 store_lanes_masked(uint8_t* base, vint8 data, vmask8 mask) store_lanes_masked() argument
[all...]

Completed in 34 milliseconds

1...<<31323334353637383940>>...84