Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce_50.c75 signed luma_offset, chroma_offset, bs_offset; in encode() local
171 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode()
175 RVCE_CS(luma_offset); // lumaOffset in encode()
197 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode()
201 RVCE_CS(luma_offset); // lumaOffset in encode()
211 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode()
212 RVCE_CS(luma_offset); // encReconstructedLumaOffset in encode()
Dradeon_vce_40_2_2.c294 signed luma_offset, chroma_offset; in encode() local
361 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode()
365 RVCE_CS(luma_offset); // lumaOffset in encode()
387 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode()
391 RVCE_CS(luma_offset); // lumaOffset in encode()
401 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode()
402 RVCE_CS(luma_offset); // encReconstructedLumaOffset in encode()
Dradeon_vce_52.c204 signed luma_offset, chroma_offset, bs_offset; in encode() local
323 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode()
327 RVCE_CS(luma_offset); in encode()
360 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode()
364 RVCE_CS(luma_offset); in encode()
379 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode()
380 RVCE_CS(luma_offset); in encode()
Dradeon_vce.c220 signed *luma_offset, signed *chroma_offset) in si_vce_frame_offset() argument
234 *luma_offset = slot->index * fsize; in si_vce_frame_offset()
235 *chroma_offset = *luma_offset + pitch * vpitch; in si_vce_frame_offset()
Dradeon_vcn_enc.h288 uint32_t luma_offset; member
Dradeon_vce.h418 signed *luma_offset, signed *chroma_offset);
/external/libdrm/tests/amdgpu/
Dvce_tests.c313 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local
318 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_idr()
319 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_idr()
344 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_idr()
345 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_idr()
362 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_p() local
368 luma_offset = enc->vbuf.addr; in amdgpu_cs_vce_encode_p()
369 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_p()
397 ib_cpu[len + 9] = luma_offset >> 32; in amdgpu_cs_vce_encode_p()
398 ib_cpu[len + 10] = luma_offset; in amdgpu_cs_vce_encode_p()
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.c226 signed *luma_offset, signed *chroma_offset) in rvce_frame_offset() argument
234 *luma_offset = slot->index * fsize; in rvce_frame_offset()
235 *chroma_offset = *luma_offset + pitch * vpitch; in rvce_frame_offset()
Dradeon_vce.h424 signed *luma_offset, signed *chroma_offset);
/external/v4l2_codec2/vda/
Dh264_parser.h229 int luma_offset[32]; member
Dh264_parser.cc1174 READ_SE_OR_RETURN(&w_facts->luma_offset[i]); in ParseWeightingFactors()
1175 IN_RANGE_OR_RETURN(w_facts->luma_offset[i], -128, 127); in ParseWeightingFactors()
1178 w_facts->luma_offset[i] = 0; in ParseWeightingFactors()
/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/state_trackers/va/
Dva_private.h386 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
Dsurface.c364 … unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, in vlVaLockSurface() argument