/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
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() 173 RVCE_CS(chroma_offset); // chromaOffset in encode() 194 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 199 RVCE_CS(chroma_offset); // chromaOffset in encode() 208 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 210 RVCE_CS(chroma_offset); // encReconstructedChromaOffset 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() 360 RVCE_CS(chroma_offset); // chromaOffset in encode() 381 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 386 RVCE_CS(chroma_offset); // chromaOffset in encode() 395 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 397 RVCE_CS(chroma_offset); // encReconstructedChromaOffset 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() 340 RVCE_CS(chroma_offset); in encode() 372 si_vce_frame_offset(enc, l1, &luma_offset, &chroma_offset); in encode() 377 RVCE_CS(chroma_offset); in encode() 391 si_vce_frame_offset(enc, si_current_slot(enc), &luma_offset, &chroma_offset); in encode() 393 RVCE_CS(chroma_offset); in encode()
|
D | radeon_vcn_enc.h | 331 uint32_t chroma_offset; member 336 uint32_t chroma_offset; member 356 uint32_t chroma_offset; member
|
D | radeon_vcn_enc.c | 428 enc->enc_pic.ctx_buf.reconstructed_pictures_v4_0[i].chroma_offset = offset; in setup_dpb() 433 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in setup_dpb() 439 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = 0; in setup_dpb()
|
D | radeon_vce.c | 217 signed *chroma_offset) in si_vce_frame_offset() argument 232 *chroma_offset = *luma_offset + pitch * vpitch; in si_vce_frame_offset()
|
D | radeon_vcn_enc_4_0.c | 127 RADEON_ENC_CS(enc->enc_pic.ctx_buf.reconstructed_pictures_v4_0[i].chroma_offset); in radeon_enc_ctx()
|
D | radeon_uvd_enc.h | 284 uint32_t chroma_offset; member
|
D | radeon_vce.h | 426 signed *chroma_offset);
|
D | radeon_vcn_enc_1_2.c | 1067 RADEON_ENC_CS(enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset); in radeon_enc_ctx()
|
/third_party/libdrm/tests/amdgpu/ |
D | vce_tests.c | 356 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local 362 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_idr() 389 ib_cpu[len + 11] = chroma_offset >> 32; in amdgpu_cs_vce_encode_idr() 390 ib_cpu[len + 12] = chroma_offset; in amdgpu_cs_vce_encode_idr() 405 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_p() local 412 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_p() 442 ib_cpu[len + 11] = chroma_offset >> 32; in amdgpu_cs_vce_encode_p() 443 ib_cpu[len + 12] = chroma_offset; in amdgpu_cs_vce_encode_p() 569 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_mv() local 576 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_mv() [all …]
|
D | uvd_enc_tests.c | 331 uint64_t luma_offset, chroma_offset; in amdgpu_cs_uvd_enc_encode() local 434 chroma_offset = luma_offset + luma_size; in amdgpu_cs_uvd_enc_encode() 441 ib_cpu[len++] = chroma_offset >> 32; in amdgpu_cs_uvd_enc_encode() 442 ib_cpu[len++] = chroma_offset; in amdgpu_cs_uvd_enc_encode()
|
/third_party/ffmpeg/libavcodec/ |
D | vaapi_h264.c | 195 short chroma_offset[32][2]) in fill_vaapi_plain_pred_weight_table() 216 chroma_offset[i][j] = sl->pwt.chroma_weight[i][list][j][1]; in fill_vaapi_plain_pred_weight_table() 219 chroma_offset[i][j] = 0; in fill_vaapi_plain_pred_weight_table()
|
D | libxavs.c | 62 int chroma_offset; member 336 x4->params.analyse.i_chroma_qp_offset = x4->chroma_offset; in XAVS_init() 405 …{ "chromaoffset", "QP difference between chroma and luma", OFFSET(chroma_offset), AV_OPT…
|
D | libx264.c | 104 int chroma_offset; member 721 if (x4->chroma_offset) in X264_init() 722 x4->params.analyse.i_chroma_qp_offset = x4->chroma_offset; in X264_init() 1174 …{ "chromaoffset", "QP difference between chroma and luma", OFFSET(chroma_offset), AV_OP…
|
D | hevcdec.c | 1654 … y_off, int block_w, int block_h, struct MvField *current_mv, int chroma_weight, int chroma_offset) in chroma_mc_uni() argument 1699 … chroma_weight, chroma_offset, _mx, _my, block_w); in chroma_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 239 *chroma_offset = *luma_offset + pitch * vpitch; in rvce_frame_offset()
|
D | radeon_vce.h | 424 signed *luma_offset, signed *chroma_offset);
|