OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:taps
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/
amdgpu_display_mode_vba.c
377
scaler_taps_st *
taps
= &pipes[j].pipe.scale_taps;
local in function:fetch_pipe_params
421
mode_lib->vba.htaps[mode_lib->vba.NumberOfActivePlanes] =
taps
->htaps;
422
mode_lib->vba.vtaps[mode_lib->vba.NumberOfActivePlanes] =
taps
->vtaps;
423
mode_lib->vba.HTAPsChroma[mode_lib->vba.NumberOfActivePlanes] =
taps
->htaps_c;
424
mode_lib->vba.VTAPsChroma[mode_lib->vba.NumberOfActivePlanes] =
taps
->vtaps_c;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_transform.c
127
if (data->
taps
.h_taps + data->
taps
.v_taps <= 2) {
137
SCL_H_NUM_OF_TAPS, data->
taps
.h_taps - 1,
138
SCL_V_NUM_OF_TAPS, data->
taps
.v_taps - 1);
187
int
taps
,
193
int taps_pairs = (
taps
+ 1) / 2;
220
if (
taps
% 2 && pair == taps_pairs - 1)
272
dc_fixpt_from_int(data->
taps
.h_taps + 1)),
281
dc_fixpt_from_int(data->
taps
.v_taps + 1)),
309
static const uint16_t *get_filter_coeffs_16p(int
taps
, struct fixed31_32 ratio
876
uint32_t
taps
;
local in function:decide_taps
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
transform.h
175
struct scaling_taps
taps
;
member in struct:scaler_data
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn20/
amdgpu_display_rq_dlg_calc_20.c
787
const scaler_taps_st *
taps
= &e2e_pipe_param[pipe_idx].pipe.scale_taps;
local in function:dml20_rq_dlg_get_dlg_params
976
htaps_l =
taps
->htaps;
977
htaps_c =
taps
->htaps_c;
amdgpu_display_rq_dlg_calc_20v2.c
787
const scaler_taps_st *
taps
= &e2e_pipe_param[pipe_idx].pipe.scale_taps;
local in function:dml20v2_rq_dlg_get_dlg_params
977
htaps_l =
taps
->htaps;
978
htaps_c =
taps
->htaps_c;
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/dcn21/
amdgpu_display_rq_dlg_calc_21.c
833
const scaler_taps_st *
taps
= &e2e_pipe_param[pipe_idx].pipe.scale_taps;
local in function:dml_rq_dlg_get_dlg_params
1028
htaps_l =
taps
->htaps;
1029
htaps_c =
taps
->htaps_c;
Completed in 16 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025