Home
last modified time | relevance | path

Searched refs:is16bit (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_lut3d.c1177 int depth, is16bit, isfloat, planar; in config_input() local
1182 is16bit = desc->comp[0].depth > 8; in config_input()
1186 lut3d->step = av_get_padded_bits_per_pixel(desc) >> (3 + is16bit); in config_input()
1199 } else if (is16bit) { lut3d->interp = interp_16_##name; \ in config_input()
2127 int depth, is16bit, isfloat, planar; in config_input_1d() local
2132 is16bit = desc->comp[0].depth > 8; in config_input_1d()
2136 lut1d->step = av_get_padded_bits_per_pixel(desc) >> (3 + is16bit); in config_input_1d()
2149 } else if (is16bit) { lut1d->interp = interp_1d_16_##name; \ in config_input_1d()
Dvsrc_testsrc.c297 int i, j, k, x = 0, y = 0, is16bit = 0, step; in haldclutsrc_fill_picture() local
318 is16bit = 1; in haldclutsrc_fill_picture()
329 step = av_get_padded_bits_per_pixel(desc) >> (3 + is16bit); in haldclutsrc_fill_picture()
330 scale = ((float)(1 << (8*(is16bit+1))) - 1) / (level*level - 1); in haldclutsrc_fill_picture()
345 if (!is16bit) in haldclutsrc_fill_picture()
/third_party/ffmpeg/libavcodec/
Dmjpegdec.c2401 int is16bit; in ff_mjpeg_receive_frame() local
2643 is16bit = av_pix_fmt_desc_get(s->avctx->pix_fmt)->comp[0].step > 1; in ff_mjpeg_receive_frame()
2680 if (is16bit) ((uint16_t*)line)[w - 1] = ((uint16_t*)line)[(w - 1) / 2]; in ff_mjpeg_receive_frame()
2683 if (is16bit) in ff_mjpeg_receive_frame()
2689 if (is16bit) { in ff_mjpeg_receive_frame()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1689 …virtual Interval getInputRange (const bool is16bit) const {DE_UNREF(is16bit); return Interval(tr… in getInputRange()
3086 Interval getInputRange (const bool is16bit) const;
3095 Interval TrigFunc<Signature<float, float> >::getInputRange(const bool is16bit) const in getInputRange()
3097 DE_UNREF(is16bit); in getInputRange()
3103 Interval TrigFunc<Signature<deFloat16, deFloat16> >::getInputRange(const bool is16bit) const in getInputRange()
3105 DE_UNREF(is16bit); in getInputRange()
3111 Interval TrigFunc<Signature<double, double> >::getInputRange(const bool is16bit) const in getInputRange()
3113 DE_UNREF(is16bit); in getInputRange()
5381 Interval getInputRange (const bool is16bit) const in getInputRange()
5383 return m_func.getInputRange(is16bit); in getInputRange()
/third_party/mesa3d/src/amd/compiler/
Daco_print_ir.cpp174 if (operand->is16bit()) in aco_print_operand()
Daco_ir.h855 constexpr bool is16bit() const noexcept { return is16bit_; } in is16bit() function
Daco_optimizer.cpp3037 op_instr->operands[!shift_op_idx].is16bit())) { in combine_add_lshl()