Home
last modified time | relevance | path

Searched refs:psv (Results 1 - 6 of 6) sorted by relevance

/third_party/lame/libmp3lame/
H A Dpsymodel.c409 PsyStateVar_t *const psv = &gfc->sv_psy; in convert_partition2scalefac_s() local
415 psv->en[chn].s[sb][sblock] = enn[sb]; in convert_partition2scalefac_s()
416 psv->thm[chn].s[sb][sblock] = thm[sb]; in convert_partition2scalefac_s()
424 PsyStateVar_t *const psv = &gfc->sv_psy; in convert_partition2scalefac_l() local
426 FLOAT *enn = &psv->en[chn].l[0]; in convert_partition2scalefac_l()
427 FLOAT *thm = &psv->thm[chn].l[0]; in convert_partition2scalefac_l()
435 PsyStateVar_t *const psv = &gfc->sv_psy; in convert_partition2scalefac_l_to_s() local
445 psv->en[chn].s[sb][sblock] = tmp_enn; in convert_partition2scalefac_l_to_s()
446 psv->thm[chn].s[sb][sblock] = tmp_thm; in convert_partition2scalefac_l_to_s()
670 PsyStateVar_t *psv in vbrpsy_compute_fft_l() local
757 PsyStateVar_t *psv = &gfc->sv_psy; vbrpsy_compute_loudness_approximation_l() local
777 PsyStateVar_t *const psv = &gfc->sv_psy; vbrpsy_attack_detection() local
1045 PsyStateVar_t *const psv = &gfc->sv_psy; vbrpsy_compute_masking_s() local
1148 PsyStateVar_t *const psv = &gfc->sv_psy; vbrpsy_compute_masking_l() local
1300 vbrpsy_apply_block_type(PsyStateVar_t * psv, int nch, int const *uselongblock, int *blocktype_d) vbrpsy_apply_block_type() argument
1416 PsyStateVar_t *const psv = &gfc->sv_psy; L3psycho_anal_vbr() local
1882 PsyStateVar_t *const psv = &gfc->sv_psy; psymodel_init() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_dirty_surfaces.h86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush) in util_dirty_surfaces_use_for_sampling_with() argument
89 util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_level, in util_dirty_surfaces_use_for_sampling_with()
90 MIN2((unsigned)ceilf(pss->max_lod) + psv->u.tex.first_level, psv->u.tex.last_level), flush); in util_dirty_surfaces_use_for_sampling_with()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_signature.c441 const struct dxil_psv_signature_element *psv, in fill_SV_param_nodes()
455 SV_params_nodes[3] = dxil_get_metadata_int8(mod, (int8_t)psv->semantic_kind); // Effective system value in fill_SV_param_nodes()
458 SV_params_nodes[5] = dxil_get_metadata_int8(mod, psv->interpolation_mode); // Interpolation mode in fill_SV_param_nodes()
459 SV_params_nodes[6] = dxil_get_metadata_int32(mod, psv->rows); // Number of rows in fill_SV_param_nodes()
460 SV_params_nodes[7] = dxil_get_metadata_int8(mod, psv->cols_and_start & 0xf); // Number of columns in fill_SV_param_nodes()
462 SV_params_nodes[9] = dxil_get_metadata_int8(mod, (psv->cols_and_start >> 4) & 0x3); // Element packing start column in fill_SV_param_nodes()
474 usage_mask >>= (psv->cols_and_start >> 4) & 0x3; in fill_SV_param_nodes()
479 uint8_t dynamic_index_mask = psv->dynamic_mask_and_stream & 0xf; in fill_SV_param_nodes()
439 fill_SV_param_nodes(struct dxil_module *mod, unsigned record_id, const struct dxil_signature_record *rec, const struct dxil_psv_signature_element *psv, bool is_input) fill_SV_param_nodes() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view_benchmark.cc41 SV* psv = &sv; in BM_StringViewFromString() local
43 benchmark::DoNotOptimize(psv); in BM_StringViewFromString()
45 new (psv) SV(*ps); in BM_StringViewFromString()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c1235 struct pipe_sampler_view templ, *psv; in svga_texture_generate_mipmap() local
1270 psv = pipe->create_sampler_view(pipe, pt, &templ); in svga_texture_generate_mipmap()
1271 if (psv == NULL) in svga_texture_generate_mipmap()
1274 sv = svga_pipe_sampler_view(psv); in svga_texture_generate_mipmap()
1278 pipe_sampler_view_reference(&psv, NULL); in svga_texture_generate_mipmap()
/third_party/backends/backend/
H A Dmatsushita.c745 int *psv; /* value list */ in matsushita_build_paper_sizes() local
758 psv = malloc ((sizeof (int) + 1) * NELEMS (paper_sizes)); in matsushita_build_paper_sizes()
759 if (psv == NULL) in matsushita_build_paper_sizes()
776 psv[num] = i; in matsushita_build_paper_sizes()
783 dev->paper_sizes_val = psv; in matsushita_build_paper_sizes()

Completed in 10 milliseconds