Searched refs:tx32 (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/kernel/time/ |
D | time.c | 288 struct old_timex32 tx32; in get_old_timex32() local 291 if (copy_from_user(&tx32, utp, sizeof(struct old_timex32))) in get_old_timex32() 294 txc->modes = tx32.modes; in get_old_timex32() 295 txc->offset = tx32.offset; in get_old_timex32() 296 txc->freq = tx32.freq; in get_old_timex32() 297 txc->maxerror = tx32.maxerror; in get_old_timex32() 298 txc->esterror = tx32.esterror; in get_old_timex32() 299 txc->status = tx32.status; in get_old_timex32() 300 txc->constant = tx32.constant; in get_old_timex32() 301 txc->precision = tx32.precision; in get_old_timex32() [all …]
|
/Linux-v6.1/drivers/staging/media/rkvdec/ |
D | rkvdec-vp9.c | 77 u8 tx32[2][3]; member 338 memcpy(rkprobs->tx32, probs->tx32, sizeof(rkprobs->tx32)); in init_probs() 838 memcpy((p1)->tx32, (p2)->tx32, sizeof((p1)->tx32)); \ 879 u8 tx32[2][3]; in rkvdec_vp9_done() member
|
/Linux-v6.1/drivers/media/platform/verisilicon/ |
D | hantro_vp9.h | 26 u8 tx32[2][3]; member
|
D | hantro_g2_vp9_dec.c | 701 memcpy(adaptive->tx32, probs->tx32, sizeof(adaptive->tx32)); in config_probs() 936 memcpy((p1)->tx32, (p2)->tx32, sizeof((p1)->tx32)); \ 958 u8 tx32[2][3]; in hantro_g2_vp9_dec_done() member
|
/Linux-v6.1/include/media/ |
D | v4l2-vp9.h | 70 u8 tx32[2][3]; member
|
/Linux-v6.1/drivers/media/v4l2-core/ |
D | v4l2-vp9.c | 177 .tx32 = { 1192 u8 *p32x32 = probs->tx32[i]; in update_tx_probs() 1195 const u8 *d32x32 = deltas->tx32[i]; in update_tx_probs() 1804 adapt_probs_variant_e(probs->tx32[i], (*counts->tx32p)[i]); in v4l2_vp9_adapt_noncoef_probs()
|
/Linux-v6.1/drivers/spi/ |
D | spi-lantiq-ssc.c | 481 const u32 *tx32; in tx_fifo_write() local 501 tx32 = (u32 *) spi->tx; in tx_fifo_write() 502 data = *tx32; in tx_fifo_write()
|
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/vdec/ |
D | vdec_vp9_req_lat_if.c | 1372 for (i = 0; i < ARRAY_SIZE(frame_ctx_helper->tx32); i++) in vdec_vp9_slice_framectx_map_helper() 1373 memcpy(frame_ctx_helper->tx32[i], frame_ctx->tx_p32x32[i], in vdec_vp9_slice_framectx_map_helper() 1374 sizeof(frame_ctx_helper->tx32[0])); in vdec_vp9_slice_framectx_map_helper() 1455 for (i = 0; i < ARRAY_SIZE(frame_ctx_helper->tx32); i++) in vdec_vp9_slice_helper_map_framectx() 1456 memcpy(frame_ctx->tx_p32x32[i], frame_ctx_helper->tx32[i], in vdec_vp9_slice_helper_map_framectx() 1457 sizeof(frame_ctx_helper->tx32[0])); in vdec_vp9_slice_helper_map_framectx()
|
/Linux-v6.1/include/uapi/linux/ |
D | v4l2-controls.h | 2767 __u8 tx32[2][3]; member
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-codec-stateless.rst | 1504 - ``tx32[2][3]``
|