Home
last modified time | relevance | path

Searched refs:luma_offset (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce_50.c72 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()
Dradeon_vce_40_2_2.c288 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()
Dradeon_vce_52.c215 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()
Dradeon_vce.c216 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()
Dradeon_vcn_enc.h328 uint32_t luma_offset; member
335 uint32_t luma_offset; member
Dradeon_vcn_enc_2_0.c464 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()
Dradeon_uvd_enc.h283 uint32_t luma_offset; member
Dradeon_vce.h425 void si_vce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot, signed *luma_offset,
/third_party/libdrm/tests/amdgpu/
Dvce_tests.c354 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 …]
Duvd_enc_tests.c331 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/
Ddirac_parse.c128 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()
Ddirac_parse.h155 int luma_offset; member
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Ddirac_parse.c125 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()
Ddirac_parse.h153 int luma_offset; member
/third_party/ffmpeg/libavcodec/
Ddirac.c147 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()
Dvaapi_h264.c192 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()
Dhevcdec.c1482 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/
Dradeon_vce.c230 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()
Dradeon_vce.h424 signed *luma_offset, signed *chroma_offset);
/third_party/mesa3d/src/gallium/frontends/va/
Dva_private.h413 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
Dsurface.c398 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, in vlVaLockSurface() argument
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c668 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/
Dv4l2-controls.h1408 __s16 luma_offset[32]; member
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dv4l2-controls.h1408 __s16 luma_offset[32]; member