Searched refs:probs (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_dec.c339 rvcn_dec_vp9_probs_t *probs = (rvcn_dec_vp9_probs_t *)ptr; local in function:fill_probs_table
341 memcpy(&probs->coef_probs[0], default_coef_probs_4x4, sizeof(default_coef_probs_4x4));
342 memcpy(&probs->coef_probs[1], default_coef_probs_8x8, sizeof(default_coef_probs_8x8));
343 memcpy(&probs->coef_probs[2], default_coef_probs_16x16, sizeof(default_coef_probs_16x16));
344 memcpy(&probs->coef_probs[3], default_coef_probs_32x32, sizeof(default_coef_probs_32x32));
345 memcpy(probs->y_mode_prob, default_if_y_probs, sizeof(default_if_y_probs));
346 memcpy(probs->uv_mode_prob, default_if_uv_probs, sizeof(default_if_uv_probs));
347 memcpy(probs->single_ref_prob, default_single_ref_p, sizeof(default_single_ref_p));
348 memcpy(probs->switchable_interp_prob, default_switchable_interp_prob, sizeof(default_switchable_interp_prob));
349 memcpy(probs
[all...]
H A Dradeon_vcn_dec.h709 rvcn_dec_vp9_probs_t probs; member in union:rvcn_dec_vp9_probs_segment_s::__anon64ebc059080a
747 uint8_t *probs; member in struct:radeon_decoder
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
H A Dradeon_vcn_dec.c359 rvcn_dec_vp9_probs_t *probs = (rvcn_dec_vp9_probs_t *)ptr; local in function:fill_probs_table
361 memcpy(&probs->coef_probs[0], default_coef_probs_4x4, sizeof(default_coef_probs_4x4));
362 memcpy(&probs->coef_probs[1], default_coef_probs_8x8, sizeof(default_coef_probs_8x8));
363 memcpy(&probs->coef_probs[2], default_coef_probs_16x16, sizeof(default_coef_probs_16x16));
364 memcpy(&probs->coef_probs[3], default_coef_probs_32x32, sizeof(default_coef_probs_32x32));
365 memcpy(probs->y_mode_prob, default_if_y_probs, sizeof(default_if_y_probs));
366 memcpy(probs->uv_mode_prob, default_if_uv_probs, sizeof(default_if_uv_probs));
367 memcpy(probs->single_ref_prob, default_single_ref_p, sizeof(default_single_ref_p));
368 memcpy(probs->switchable_interp_prob, default_switchable_interp_prob,
370 memcpy(probs
[all...]
H A Dradeon_vcn_dec.h1028 rvcn_dec_vp9_probs_t probs; member in union:rvcn_dec_vp9_probs_segment_s::__anone7b8034c0b0a
1098 uint8_t *probs; member in struct:radeon_decoder
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst1949 - radeon/vcn: fill up the probs buffer

Completed in 14 milliseconds