Home
last modified time | relevance | path

Searched refs:bitdepth (Results 1 – 25 of 57) sorted by relevance

123

/third_party/ffmpeg/libavcodec/arm/
Dhevcdsp_idct_neon.S232 .macro idct_4x4_dc bitdepth argument
233 function ff_hevc_idct_4x4_dc_\bitdepth\()_neon, export=1
235 ldr r2, =(1 << (13 - \bitdepth))
239 asr r1, #(14 - \bitdepth)
247 .macro idct_8x8_dc bitdepth argument
248 function ff_hevc_idct_8x8_dc_\bitdepth\()_neon, export=1
250 ldr r2, =(1 << (13 - \bitdepth))
254 asr r1, #(14 - \bitdepth)
268 .macro idct_16x16_dc bitdepth argument
269 function ff_hevc_idct_16x16_dc_\bitdepth\()_neon, export=1
[all …]
/third_party/ffmpeg/libavcodec/
Dav3a_parser.c54 int32_t bitdepth; member
68 uint16_t bitdepth; member
215 uint8_t bitdepth = 0; in read_av3a_frame_header() local
393 bitdepth = AV_SAMPLE_FMT_U8; in read_av3a_frame_header()
397 bitdepth = AV_SAMPLE_FMT_S16; in read_av3a_frame_header()
420 hdf->bitdepth = bitdepth; in read_av3a_frame_header()
479 s->format = hdf.bitdepth; in raw_av3a_parse()
Ddnxhddec.c113 static int dnxhd_init_vlc(DNXHDContext *ctx, uint32_t cid, int bitdepth) in dnxhd_init_vlc() argument
123 if (cid_table->bit_depth != bitdepth && in dnxhd_init_vlc()
126 cid_table->bit_depth, bitdepth); in dnxhd_init_vlc()
140 if ((ret = init_vlc(&ctx->dc_vlc, DNXHD_DC_VLC_BITS, bitdepth > 8 ? 14 : 12, in dnxhd_init_vlc()
180 int old_bit_depth = ctx->bit_depth, bitdepth; in dnxhd_decode_header() local
214 case 1: bitdepth = 8; break; in dnxhd_decode_header()
215 case 2: bitdepth = 10; break; in dnxhd_decode_header()
216 case 3: bitdepth = 12; break; in dnxhd_decode_header()
227 if ((ret = dnxhd_init_vlc(ctx, cid, bitdepth)) < 0) in dnxhd_decode_header()
247 if (bitdepth == 8) { in dnxhd_decode_header()
[all …]
/third_party/freetype/src/sfnt/
Dpngshim.c271 int bitdepth, color_type, interlace; in Load_SBit_Png() local
324 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
370 if ( bitdepth == 16 ) in Load_SBit_Png()
373 if ( bitdepth < 8 ) in Load_SBit_Png()
390 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
393 if ( bitdepth != 8 || in Load_SBit_Png()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dpngshim.c266 int bitdepth, color_type, interlace; in Load_SBit_Png() local
319 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
365 if ( bitdepth == 16 ) in Load_SBit_Png()
368 if ( bitdepth < 8 ) in Load_SBit_Png()
385 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
388 if ( bitdepth != 8 || in Load_SBit_Png()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dpngshim.c271 int bitdepth, color_type, interlace; in Load_SBit_Png() local
327 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
373 if ( bitdepth == 16 ) in Load_SBit_Png()
376 if ( bitdepth < 8 ) in Load_SBit_Png()
393 &bitdepth, &color_type, &interlace, in Load_SBit_Png()
396 if ( bitdepth != 8 || in Load_SBit_Png()
/third_party/ffmpeg/libavfilter/
Dvf_scdet.c40 int bitdepth; member
93 s->bitdepth = desc->comp[0].depth; in config_input()
98 s->width[plane] = line_size >> (s->bitdepth > 8); in config_input()
102 s->sad = ff_scene_sad_get_fn(s->bitdepth == 8 ? 8 : 16); in config_input()
138 mafd = (double)sad * 100. / count / (1ULL << s->bitdepth); in get_scene_score()
Dvf_freezedetect.c40 int bitdepth; member
106 s->bitdepth = pix_desc->comp[0].depth; in config_input()
110 s->width[plane] = line_size >> (s->bitdepth > 8); in config_input()
114 s->sad = ff_scene_sad_get_fn(s->bitdepth == 8 ? 8 : 16); in config_input()
143 mafd = (double)sad / count / (1ULL << s->bitdepth); in is_frozen()
Df_select.c149 int bitdepth; member
216 select->bitdepth = desc->comp[0].depth; in config_input()
223 select->width[plane] = line_size >> (select->bitdepth > 8); in config_input()
266 select->sad = ff_scene_sad_get_fn(select->bitdepth == 8 ? 8 : 16); in config_input()
296 mafd = (double)sad / count / (1ULL << (select->bitdepth - 8)); in get_scene_score()
Dvf_framerate.c80 mafd = (double)sad * 100.0 / (crnt->width * crnt->height) / (1 << s->bitdepth); in get_scene_score()
267 if (s->bitdepth == 8) { in ff_framerate_init()
291 s->bitdepth = pix_desc->comp[0].depth; in config_input()
293 s->sad = ff_scene_sad_get_fn(s->bitdepth == 8 ? 8 : 16); in config_input()
Dunsharp.h51 int bitdepth; member
Dframerate.h55 int bitdepth; member
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh265dec.c109 guint bitdepth; member
336 if (self->bitdepth != sps->bit_depth_luma_minus8 + 8) { in gst_nv_h265_dec_new_sequence()
338 self->bitdepth = sps->bit_depth_luma_minus8 + 8; in gst_nv_h265_dec_new_sequence()
352 if (self->bitdepth == 8) { in gst_nv_h265_dec_new_sequence()
360 } else if (self->bitdepth == 10) { in gst_nv_h265_dec_new_sequence()
368 } else if (self->bitdepth == 12 || self->bitdepth == 16) { in gst_nv_h265_dec_new_sequence()
375 self->bitdepth); in gst_nv_h265_dec_new_sequence()
388 self->bitdepth, in gst_nv_h265_dec_new_sequence()
Dgstnvh264dec.c109 guint bitdepth; member
254 self->bitdepth = 0; in gst_d3d11_h264_dec_reset()
385 if (self->bitdepth != sps->bit_depth_luma_minus8 + 8) { in gst_nv_h264_dec_new_sequence()
387 self->bitdepth = sps->bit_depth_luma_minus8 + 8; in gst_nv_h264_dec_new_sequence()
414 if (self->bitdepth == 8) { in gst_nv_h264_dec_new_sequence()
420 } else if (self->bitdepth == 10) { in gst_nv_h264_dec_new_sequence()
441 self->bitdepth, in gst_nv_h264_dec_new_sequence()
/third_party/ffmpeg/libavcodec/aarch64/
Dhevcdsp_idct_neon.S325 .macro idct_8x8 bitdepth argument
326 function ff_hevc_idct_8x8_\bitdepth\()_neon, export=1
340 …tr_8x4 20 - \bitdepth, v16,.4h, v17,.4h, v18,.4h, v19,.4h, v16,.8h, v17,.8h, v18,.8h, v19…
341 …tr_8x4 20 - \bitdepth, v20,.4h, v21,.4h, v22,.4h, v23,.4h, v20,.8h, v21,.8h, v22,.8h, v23…
536 .macro idct_16x16 bitdepth argument
537 function ff_hevc_idct_16x16_\bitdepth\()_neon, export=1
553 bl func_tr_16x4_secondpass_\bitdepth
574 .macro idct_dc size, bitdepth argument
575 function ff_hevc_idct_\size\()x\size\()_dc_\bitdepth\()_neon, export=1
578 srshr v0.8h, v4.8h, #(14 - \bitdepth)
[all …]
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstvp9parse.c533 gint bitdepth = 0; in gst_vp9_parse_update_src_caps() local
655 bitdepth = 8; in gst_vp9_parse_update_src_caps()
658 bitdepth = 10; in gst_vp9_parse_update_src_caps()
661 bitdepth = 12; in gst_vp9_parse_update_src_caps()
667 if (bitdepth) { in gst_vp9_parse_update_src_caps()
669 "bit-depth-luma", G_TYPE_UINT, bitdepth, in gst_vp9_parse_update_src_caps()
670 "bit-depth-chroma", G_TYPE_UINT, bitdepth, NULL); in gst_vp9_parse_update_src_caps()
/third_party/ffmpeg/libavformat/
Dvpcc.c142 vpcc->bitdepth = bit_depth; in ff_isom_get_vpcc_features()
161 avio_w8(pb, (vpcc.bitdepth << 4) | (vpcc.chroma_subsampling << 1) | vpcc.full_range_flag); in ff_isom_write_vpcc()
Dvpcc.h38 int bitdepth; member
Dav1.h32 uint8_t bitdepth; member
Dav1.c146 seq_params->bitdepth = 8 + (high_bitdepth * 2) + (twelve_bit * 2); in parse_color_config()
444 put_bits(&pbc, 1, seq_params.bitdepth > 8); in ff_isom_write_av1c()
445 put_bits(&pbc, 1, seq_params.bitdepth == 12); in ff_isom_write_av1c()
/third_party/ffmpeg/libavfilter/x86/
Dvf_framerate_init.c31 if (s->bitdepth == 8) { in ff_framerate_init_x86()
Dvf_hqdn3d.asm34 %macro LOAD 3 ; dstreg, x, bitdepth
46 %macro HQDN3D_ROW 1 ; bitdepth
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c68 guint bitdepth; member
276 depth = self->bitdepth; in get_pixel_bitdepth()
280 depth = self->bitdepth + self->bitdepth / 2; in get_pixel_bitdepth()
284 depth = 2 * self->bitdepth; in get_pixel_bitdepth()
288 depth = 3 * self->bitdepth; in get_pixel_bitdepth()
360 self->coded_height, self->bitdepth, self->chroma_format_idc)); in gst_v4l2_codec_h264_dec_negotiate()
875 if (self->bitdepth != sps->bit_depth_luma_minus8 + 8) { in gst_v4l2_codec_h264_dec_new_sequence()
876 self->bitdepth = sps->bit_depth_luma_minus8 + 8; in gst_v4l2_codec_h264_dec_new_sequence()
878 GST_INFO_OBJECT (self, "Bitdepth changed to %u", self->bitdepth); in gst_v4l2_codec_h264_dec_new_sequence()
/third_party/ffmpeg/libavcodec/x86/
Dhevc_idct.asm242 ; %3 = bitdepth
268 ; %2 = bitdepth
360 ; %1 = bitdepth
507 ; %1 = bitdepth
629 ; %1 = bitdepth
683 ; %2 - bitdepth
791 ; %1 = bitdepth
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp97 UCHAR bitdepth; member
385 guint bitdepth = 0; member
654 if (inner->bitdepth != seq_hdr->bit_depth) { in gst_d3d11_av1_dec_new_sequence()
655 GST_INFO_OBJECT (self, "Bitdepth changed %d -> %d", inner->bitdepth, in gst_d3d11_av1_dec_new_sequence()
657 inner->bitdepth = seq_hdr->bit_depth; in gst_d3d11_av1_dec_new_sequence()
676 if (inner->bitdepth == 8) { in gst_d3d11_av1_dec_new_sequence()
678 } else if (inner->bitdepth == 10) { in gst_d3d11_av1_dec_new_sequence()
810 pic_params->bitdepth = seq_hdr->bit_depth; in gst_d3d11_av1_dec_start_picture()

123