Home
last modified time | relevance | path

Searched refs:is_mask (Results 1 - 8 of 8) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_gpio.h316 * @param is_mask [IN] type #hi_bool,Interruption type.CNcomment:中断类型。CNend
326 hi_u32 hi_gpio_set_isr_mask(hi_gpio_idx id, hi_bool is_mask);
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_composite.c338 * \param is_mask[in]: Whether we're considering a mask picture.
349 boolean is_mask) in xa_handle_src_pict()
365 if (is_mask && ctx->has_solid_src) in xa_handle_src_pict()
370 if (is_mask) in xa_handle_src_pict()
347 xa_handle_src_pict(struct xa_context *ctx, const union xa_source_pict *src_pict, boolean is_mask) xa_handle_src_pict() argument
/third_party/ffmpeg/libavcodec/
H A Daacenc_is.c137 cpe->is_mask[w*16+g] = 1; in ff_aac_search_for_is()
153 prev_is = cpe->is_mask[w*16+g]; in ff_aac_search_for_is()
H A Daac.h283 uint8_t is_mask[128]; ///< Set if intensity stereo is used (used by encoder) member
H A Daacenc.c319 if (!cpe->is_mask[w*16 + g]) { in apply_intensity_stereo()
350 if (!cpe->ms_mask[w*16 + g] || cpe->is_mask[w*16 + g] in apply_mid_side_stereo()
700 memset(cpe->is_mask, 0, sizeof(cpe->is_mask)); in aac_encode_frame()
H A Daaccoder.c779 if (!cpe->is_mask[w*16+g]) in search_for_ms()
781 if (!sce0->zeroes[w*16+g] && !sce1->zeroes[w*16+g] && !cpe->is_mask[w*16+g]) { in search_for_ms()
889 if (!sce1->zeroes[w*16+g] && !cpe->is_mask[w*16+g] && sce1->band_type[w*16+g] < RESERVED_BT) in search_for_ms()
/third_party/node/deps/icu-small/source/tools/icuexportdata/
H A Dicuexportdata.cpp174 void dumpValueEntry(UProperty uproperty, int v, bool is_mask, FILE* f) { in dumpValueEntry() argument
180 if (is_mask) { in dumpValueEntry()
/third_party/ffmpeg/libavcodec/mips/
H A Daaccoder_mips.c2361 if (!cpe->is_mask[w*16+g]) in search_for_ms_mips()
2363 if (!sce0->zeroes[w*16+g] && !sce1->zeroes[w*16+g] && !cpe->is_mask[w*16+g]) { in search_for_ms_mips()
2471 if (!sce1->zeroes[w*16+g] && !cpe->is_mask[w*16+g] && sce1->band_type[w*16+g] < RESERVED_BT) in search_for_ms_mips()

Completed in 15 milliseconds