Home
last modified time | relevance | path

Searched refs:chroma_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()
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()
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()
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()
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()
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()
Dradeon_vcn_enc.h329 uint32_t chroma_offset; member
336 uint32_t chroma_offset; member
Dradeon_vce.c217 signed *chroma_offset) in si_vce_frame_offset() argument
232 *chroma_offset = *luma_offset + pitch * vpitch; in si_vce_frame_offset()
Dradeon_vcn_enc_2_0.c466 enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset = offset; in radeon_enc_ctx()
479 RADEON_ENC_CS(enc->enc_pic.ctx_buf.reconstructed_pictures[i].chroma_offset); in radeon_enc_ctx()
Dradeon_uvd_enc.h284 uint32_t chroma_offset; member
Dradeon_vce.h426 signed *chroma_offset);
/third_party/libdrm/tests/amdgpu/
Dvce_tests.c354 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_idr() local
360 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_idr()
387 ib_cpu[len + 11] = chroma_offset >> 32; in amdgpu_cs_vce_encode_idr()
388 ib_cpu[len + 12] = chroma_offset; in amdgpu_cs_vce_encode_idr()
403 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_encode_p() local
410 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_encode_p()
440 ib_cpu[len + 11] = chroma_offset >> 32; in amdgpu_cs_vce_encode_p()
441 ib_cpu[len + 12] = chroma_offset; in amdgpu_cs_vce_encode_p()
567 uint64_t luma_offset, chroma_offset; in amdgpu_cs_vce_mv() local
574 chroma_offset = luma_offset + luma_size; in amdgpu_cs_vce_mv()
[all …]
Duvd_enc_tests.c331 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/gstreamer/gstplugins_base/ext/ogg/
Ddirac_parse.c130 header->chroma_offset = schro_unpack_decode_uint (unpack); in gst_dirac_sequence_header_parse()
386 int chroma_offset; member
407 format->chroma_offset = schro_signal_ranges[i].chroma_offset; in schro_video_format_set_std_signal_range()
Ddirac_parse.h157 int chroma_offset; member
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Ddirac_parse.c127 header->chroma_offset = schro_unpack_decode_uint (unpack); in dirac_sequence_header_parse()
383 int chroma_offset; member
404 format->chroma_offset = schro_signal_ranges[i].chroma_offset; in schro_video_format_set_std_signal_range()
Ddirac_parse.h155 int chroma_offset; member
/third_party/ffmpeg/libavcodec/
Dvaapi_h264.c195 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()
Dlibxavs.c61 int chroma_offset; member
377 x4->chroma_offset = avctx->chromaoffset; in XAVS_init()
381 x4->params.analyse.i_chroma_qp_offset = x4->chroma_offset; in XAVS_init()
450 …{ "chromaoffset", "QP difference between chroma and luma", OFFSET(chroma_offset), AV_OPT…
Dlibx264.c102 int chroma_offset; member
686 x4->chroma_offset = avctx->chromaoffset; in X264_init()
689 if (x4->chroma_offset) in X264_init()
690 x4->params.analyse.i_chroma_qp_offset = x4->chroma_offset; in X264_init()
1142 …{ "chromaoffset", "QP difference between chroma and luma", OFFSET(chroma_offset), AV_OP…
Dhevcdec.c1634 … y_off, int block_w, int block_h, struct MvField *current_mv, int chroma_weight, int chroma_offset) in chroma_mc_uni() argument
1677 … chroma_weight, chroma_offset, _mx, _my, block_w); in chroma_mc_uni()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c394 gint chroma_offset; in _fill_pred_weight_table() local
402 chroma_offset = self->WpOffsetHalfRangeC + delta_chroma_offset_l0 in _fill_pred_weight_table()
407 slice_param->base.ChromaOffsetL0[i][j] = CLAMP (chroma_offset, in _fill_pred_weight_table()
443 gint chroma_offset; in _fill_pred_weight_table() local
452 chroma_offset = self->WpOffsetHalfRangeC + delta_chroma_offset_l1 in _fill_pred_weight_table()
457 slice_param->base.ChromaOffsetL1[i][j] = CLAMP (chroma_offset, in _fill_pred_weight_table()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.c230 signed *luma_offset, signed *chroma_offset) in rvce_frame_offset() argument
239 *chroma_offset = *luma_offset + pitch * vpitch; in rvce_frame_offset()
Dradeon_vce.h424 signed *luma_offset, signed *chroma_offset);
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2codech264dec.c677 self->pred_weight.weight_factors[0].chroma_offset[i][j] = in gst_v4l2_codec_h264_dec_fill_pred_weight()
699 self->pred_weight.weight_factors[1].chroma_offset[i][j] = in gst_v4l2_codec_h264_dec_fill_pred_weight()
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dv4l2-controls.h1410 __s16 chroma_offset[32][2]; member
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dv4l2-controls.h1410 __s16 chroma_offset[32][2]; member