Home
last modified time | relevance | path

Searched refs:cb_offset (Results 1 - 16 of 16) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dindeo3.c101 uint8_t cb_offset; ///< needed for selecting VQ tables member
635 prim_indx = (code >> 4) + ctx->cb_offset; in decode_cell()
636 second_indx = (code & 0xF) + ctx->cb_offset; in decode_cell()
638 vq_index += ctx->cb_offset; in decode_cell()
931 ctx->cb_offset = bytestream2_get_byte(&gb); in decode_frame_headers()
H A Dnvdec_av1.c201 .cb_offset = film_grain->cb_offset, in nvdec_av1_start_frame()
H A Dvdpau_av1.c188 info->cb_offset = film_grain->cb_offset; in vdpau_av1_start_frame()
H A Dvaapi_av1.c223 .cb_offset = film_grain->cb_offset, in vaapi_av1_start_frame()
H A Ddxva2_av1.c259 pp->film_grain.cb_offset = film_grain->cb_offset; in fill_picture_parameters()
H A Dcbs_av1.h157 uint16_t cb_offset; member
H A Dav1dec.c909 aom->uv_offset[0] = film_grain->cb_offset; in export_film_grain()
H A Dcbs_av1_syntax_template.c1289 fb(9, cb_offset); in film_grain_params()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c541 uint32_t cb_offset = nv50->constbuf[s][i].offset; in nv50_cb_push() local
544 if (cb_offset <= offset && in nv50_cb_push()
545 cb_offset + nv50->constbuf[s][i].size >= offset + words * 4) { in nv50_cb_push()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c554 uint32_t cb_offset = nvc0->constbuf[s][i].offset; in nvc0_cb_push() local
557 if (cb_offset <= offset && in nvc0_cb_push()
558 cb_offset + nvc0->constbuf[s][i].size >= offset + words * 4) { in nvc0_cb_push()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.h349 uint16_t cb_offset; member
H A Dvid_dec_av1.c1413 fgp->cb_offset = av1_f(vlc, 9); in film_grain_params()
1833 priv->picture.av1.picture_parameter.film_grain_info.cb_offset = hdr->fgp.cb_offset; in frame_header_obu()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_av1.c340 context->desc.av1.picture_parameter.film_grain_info.cb_offset = av1->film_grain_info.cb_offset; in vlVaHandlePictureParameterBufferAV1()
/third_party/mesa3d/src/amd/common/
H A Dac_vcn_dec.h907 unsigned short cb_offset; member
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h873 uint16_t cb_offset; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec.c1039 fg_params->cb_offset = pic->picture_parameter.film_grain_info.cb_offset; in get_av1_msg()

Completed in 27 milliseconds