Home
last modified time | relevance | path

Searched refs:is_16bit (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_selectivecolor.c89 int is_16bit; member
173 …else if (!s->is_16bit && (pr->mask & 1<<RANGE_WHITES)) pr->get_scale = get_w… in register_range()
174 …else if (!s->is_16bit && (pr->mask & 1<<RANGE_NEUTRALS)) pr->get_scale = get_n… in register_range()
175 …else if (!s->is_16bit && (pr->mask & 1<<RANGE_BLACKS)) pr->get_scale = get_b… in register_range()
176 …else if ( s->is_16bit && (pr->mask & 1<<RANGE_WHITES)) pr->get_scale = get_w… in register_range()
177 …else if ( s->is_16bit && (pr->mask & 1<<RANGE_NEUTRALS)) pr->get_scale = get_n… in register_range()
178 …else if ( s->is_16bit && (pr->mask & 1<<RANGE_BLACKS)) pr->get_scale = get_b… in register_range()
245 s->is_16bit = desc->comp[0].depth > 8; in config_input()
246 s->step = av_get_padded_bits_per_pixel(desc) >> (3 + s->is_16bit); in config_input()
447 ctx->internal->execute(ctx, funcs[s->is_16bit][direct][s->correction_method], in filter_frame()
Dvf_lut.c70 int is_16bit; member
228 s->is_16bit = desc->comp[0].depth > 8; in config_props()
293 if (s->is_16bit) { in config_props()
541 if (s->is_rgb && s->is_16bit && !s->is_planar) { in filter_frame()
551 } else if (s->is_16bit) { in filter_frame()
Dvf_curves.c73 int is_16bit; member
556 if (curves->is_16bit) { in filter_slice_packed()
604 if (curves->is_16bit) { in filter_slice_planar()
664 curves->is_16bit = desc->comp[0].depth > 8; in config_input()
667 curves->step = av_get_padded_bits_per_pixel(desc) >> (3 + curves->is_16bit); in config_input()
/third_party/mesa3d/src/compiler/glsl/
Dlower_precision.cpp1101 assert(lhs->type->is_16bit() || lhs->type->is_32bit()); in convert_split_assignment()
1102 assert(rhs->type->is_16bit() || rhs->type->is_32bit()); in convert_split_assignment()
1103 assert(lhs->type->is_16bit() != rhs->type->is_16bit()); in convert_split_assignment()
1128 var->type->without_array()->is_16bit() != in visit_enter()
1129 rhs_var->type->without_array()->is_16bit())) && in visit_enter()
1132 var->type->without_array()->is_16bit() && in visit_enter()
1179 expr->operands[0]->type->is_16bit()) { in visit_enter()
1245 expr->type->without_array()->is_16bit() && in handle_rvalue()
/third_party/quickjs/
Dunicode_gen.c2166 static BOOL is_16bit(const int *tab, int len) in is_16bit() function
2209 if (!is_16bit(ci->decomp_data, l)) { in find_decomp_run()
2259 is_16bit(ci1->decomp_data, l)))) in find_decomp_run()
2418 BOOL is_16bit; in find_decomp_run() local
2421 is_16bit = FALSE; in find_decomp_run()
2430 if (!is_16bit && !is_short(ci1->decomp_data[0])) in find_decomp_run()
2431 is_16bit = TRUE; in find_decomp_run()
2441 de->type = DECOMP_TYPE_S2_UL + is_16bit; in find_decomp_run()
/third_party/mesa3d/src/compiler/
Dglsl_types.h913 bool is_16bit() const in is_16bit() function
Dnir_types.cpp237 return type->is_16bit(); in glsl_type_is_16bit()
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c904 bool is_16bit = ac_get_type_size(LLVMTypeOf(values[0])) == 2; in si_llvm_init_export_args() local
947 if (is_16bit) { in si_llvm_init_export_args()
966 if (is_16bit) { in si_llvm_init_export_args()
976 if (is_16bit) { in si_llvm_init_export_args()
992 if (ctx->args->options->enable_mrt_output_nan_fixup && !is_16bit && in si_llvm_init_export_args()
1032 if (is_16bit) { in si_llvm_init_export_args()
/third_party/ffmpeg/libavutil/
Dpixdesc.c70 int is_16bit= shift + depth <=16; in av_read_image_line2() local
78 else if(is_16bit) val = flags & AV_PIX_FMT_FLAG_BE ? AV_RB16(p) : AV_RL16(p); in av_read_image_line2()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp10893 bool is_16bit = values[0].regClass() == v2b; in export_fs_mrt_color() local
10896 if (ctx->options->enable_mrt_output_nan_fixup && !is_16bit && in export_fs_mrt_color()
10932 if (is_16bit) { in export_fs_mrt_color()
10958 if (is_16bit && ctx->options->chip_class >= GFX9) { in export_fs_mrt_color()
10966 if (is_16bit && ctx->options->chip_class >= GFX9) { in export_fs_mrt_color()
10987 } else if (is_16bit) { in export_fs_mrt_color()
11017 } else if (is_16bit) { in export_fs_mrt_color()
/third_party/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c5280 bool is_16bit = glsl_type_is_16bit(glsl_without_array(variable->type)); in ac_handle_shader_output_decl() local
5281 LLVMTypeRef type = is_16bit ? ctx->f16 : ctx->f32; in ac_handle_shader_output_decl()