Home
last modified time | relevance | path

Searched refs:luma_offset (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dradeon_vcn_enc.h330 uint32_t luma_offset; member
335 uint32_t luma_offset; member
355 uint32_t luma_offset; member
H A Dradeon_vcn_enc.c426 enc->enc_pic.ctx_buf.reconstructed_pictures_v4_0[i].luma_offset = offset; in setup_dpb()
431 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in setup_dpb()
438 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = 0; in setup_dpb()
H A Dradeon_vcn_enc_4_0.c126 RADEON_ENC_CS(enc->enc_pic.ctx_buf.reconstructed_pictures_v4_0[i].luma_offset); in radeon_enc_ctx()
H A Dradeon_uvd_enc.h283 uint32_t luma_offset; member
H A Dradeon_vce.h425 void si_vce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot, signed *luma_offset,
H A Dradeon_vcn_enc_1_2.c1066 RADEON_ENC_CS(enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset); in radeon_enc_ctx()
/third_party/libdrm/tests/amdgpu/
H A Dvce_tests.c356 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local
361 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_idr()
362 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_idr()
387 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_idr()
388 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_idr()
405 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_p() local
411 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_p()
412 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_p()
440 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_p()
441 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_p()
569 uint64_t luma_offset, chroma_offset; amdgpu_cs_vce_mv() local
[all...]
H A 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/ffmpeg/libavcodec/
H A Ddirac.c145 unsigned luma_depth = 8, luma_offset = 16; in parse_source_parameters() local
246 luma_offset = get_interleaved_ue_golomb(gb); in parse_source_parameters()
250 dsh->color_range = luma_offset ? AVCOL_RANGE_MPEG in parse_source_parameters()
H A Dvaapi_h264.c183 * @param[out] luma_offset VA API plain luma offset table
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()
188 fill_vaapi_plain_pred_weight_table(const H264Context *h, int list, unsigned char *luma_weight_flag, short luma_weight[32], short luma_offset[32], unsigned char *chroma_weight_flag, short chroma_weight[32][2], short chroma_offset[32][2]) fill_vaapi_plain_pred_weight_table() argument
H A Dhevcdec.c1497 * @param luma_offset additive offset applied to the luma prediction value
1502 int block_w, int block_h, int luma_weight, int luma_offset) in luma_mc_uni()
1543 luma_weight, luma_offset, mx, my, block_w); in luma_mc_uni()
1500 luma_mc_uni(HEVCContext *s, uint8_t *dst, ptrdiff_t dststride, AVFrame *ref, const Mv *mv, int x_off, int y_off, int block_w, int block_h, int luma_weight, int luma_offset) luma_mc_uni() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_vce.c230 signed *luma_offset, signed *chroma_offset) in rvce_frame_offset()
238 *luma_offset = slot->index * fsize; in rvce_frame_offset()
239 *chroma_offset = *luma_offset + pitch * vpitch; in rvce_frame_offset()
229 rvce_frame_offset(struct rvce_encoder *enc, struct rvce_cpb_slot *slot, signed *luma_offset, signed *chroma_offset) rvce_frame_offset() argument
H A Dradeon_vce.h424 signed *luma_offset, signed *chroma_offset);
/third_party/mesa3d/src/gallium/frontends/va/
H A Dva_private.h418 unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
H A Dsurface.c398 unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, in vlVaLockSurface()
396 vlVaLockSurface(VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc, unsigned int *luma_stride, unsigned int *chroma_u_stride, unsigned int *chroma_v_stride, unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, unsigned int *buffer_name, void **buffer) vlVaLockSurface() argument

Completed in 33 milliseconds