/third_party/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vce_50.c | 72 signed luma_offset, chroma_offset, bs_offset; in encode() local 168 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode() 172 RVCE_CS(luma_offset); // lumaOffset in encode() 194 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 198 RVCE_CS(luma_offset); // lumaOffset in encode() 208 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 209 RVCE_CS(luma_offset); // encReconstructedLumaOffset in encode()
|
D | radeon_vce_40_2_2.c | 288 signed luma_offset, chroma_offset; in encode() local 355 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode() 359 RVCE_CS(luma_offset); // lumaOffset in encode() 381 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 385 RVCE_CS(luma_offset); // lumaOffset in encode() 395 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 396 RVCE_CS(luma_offset); // encReconstructedLumaOffset in encode()
|
D | radeon_vce_52.c | 215 signed luma_offset, chroma_offset, bs_offset; in encode() local 335 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode() 339 RVCE_CS(luma_offset); in encode() 372 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 376 RVCE_CS(luma_offset); in encode() 391 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 392 RVCE_CS(luma_offset); in encode()
|
D | radeon_vce.c | 216 void si_vce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot, signed *luma_offset, in si_vce_frame_offset() argument 231 *luma_offset = slot->index * fsize; in si_vce_frame_offset() 232 *chroma_offset = *luma_offset + pitch * vpitch; in si_vce_frame_offset()
|
D | radeon_vcn_enc.h | 328 uint32_t luma_offset; member 335 uint32_t luma_offset; member
|
D | radeon_vcn_enc_2_0.c | 464 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx() 478 RADEON_ENC_CS(enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset); in radeon_enc_ctx()
|
D | radeon_uvd_enc.h | 283 uint32_t luma_offset; member
|
D | radeon_vce.h | 425 void si_vce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot, signed *luma_offset,
|
/third_party/libdrm/tests/amdgpu/ |
D | vce_tests.c | 354 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local 359 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_idr() 360 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_idr() 385 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_idr() 386 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_idr() 403 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_p() local 409 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_p() 410 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_p() 438 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_p() 439 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_p() [all …]
|
D | uvd_enc_tests.c | 331 uint64_t luma_offset, chroma_offset; in amdgpu_cs_uvd_enc_encode() local 433 luma_offset = enc.vbuf.addr; in amdgpu_cs_uvd_enc_encode() 434 chroma_offset = luma_offset + luma_size; in amdgpu_cs_uvd_enc_encode() 439 ib_cpu[len++] = luma_offset >> 32; in amdgpu_cs_uvd_enc_encode() 440 ib_cpu[len++] = luma_offset; in amdgpu_cs_uvd_enc_encode()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | dirac_parse.c | 128 header->luma_offset = schro_unpack_decode_uint (unpack); in gst_dirac_sequence_header_parse() 384 int luma_offset; member 405 format->luma_offset = schro_signal_ranges[i].luma_offset; in schro_video_format_set_std_signal_range()
|
D | dirac_parse.h | 155 int luma_offset; member
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | dirac_parse.c | 125 header->luma_offset = schro_unpack_decode_uint (unpack); in dirac_sequence_header_parse() 381 int luma_offset; member 402 format->luma_offset = schro_signal_ranges[i].luma_offset; in schro_video_format_set_std_signal_range()
|
D | dirac_parse.h | 153 int luma_offset; member
|
/third_party/ffmpeg/libavcodec/ |
D | dirac.c | 147 unsigned luma_depth = 8, luma_offset = 16; in parse_source_parameters() local 248 luma_offset = get_interleaved_ue_golomb(gb); in parse_source_parameters() 252 dsh->color_range = luma_offset ? AVCOL_RANGE_MPEG in parse_source_parameters()
|
D | vaapi_h264.c | 192 short luma_offset[32], in fill_vaapi_plain_pred_weight_table() 208 luma_offset[i] = sl->pwt.luma_weight[i][list][1]; in fill_vaapi_plain_pred_weight_table() 211 luma_offset[i] = 0; in fill_vaapi_plain_pred_weight_table()
|
D | hevcdec.c | 1482 int block_w, int block_h, int luma_weight, int luma_offset) in luma_mc_uni() argument 1522 luma_weight, luma_offset, mx, my, block_w); in luma_mc_uni()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | radeon_vce.c | 230 signed *luma_offset, signed *chroma_offset) in rvce_frame_offset() argument 238 *luma_offset = slot->index * fsize; in rvce_frame_offset() 239 *chroma_offset = *luma_offset + pitch * vpitch; in rvce_frame_offset()
|
D | radeon_vce.h | 424 signed *luma_offset, signed *chroma_offset);
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | va_private.h | 413 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
|
D | surface.c | 398 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, in vlVaLockSurface() argument
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codech264dec.c | 668 self->pred_weight.weight_factors[0].luma_offset[i] = in gst_v4l2_codec_h264_dec_fill_pred_weight() 690 self->pred_weight.weight_factors[1].luma_offset[i] = in gst_v4l2_codec_h264_dec_fill_pred_weight()
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | v4l2-controls.h | 1408 __s16 luma_offset[32]; member
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | v4l2-controls.h | 1408 __s16 luma_offset[32]; member
|