Home
last modified time | relevance | path

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

/external/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.c217 signed luma_offset, chroma_offset, bs_offset; in encode() local
337 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode()
341 RVCE_CS(luma_offset); in encode()
374 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode()
378 RVCE_CS(luma_offset); in encode()
393 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode()
394 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.h323 uint32_t luma_offset; member
330 uint32_t luma_offset; member
Dradeon_vcn_enc_2_0.c316 enc->enc_pic.ctx_buf.reconstructed_pictures[i].luma_offset = offset; in radeon_enc_ctx()
330 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,
/external/libdrm/tests/amdgpu/
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()
[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()
/external/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);
/external/libhevc/encoder/
Dhme_interface.h188 S32 luma_offset; member
Dihevce_me_pass.c748 ps_ref_info->luma_offset = 0; in ihevc_me_update_ref_desc()
Dhme_interface.c3118 ps_layer_ctxt->i4_rec_offset = ps_ref_desc->as_ref_info[i].luma_offset; in hme_update_layer_desc()
/external/mesa3d/src/gallium/frontends/va/
Dva_private.h408 … 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
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h1392 __s16 luma_offset[32]; member