HomeSort by: relevance | last modified time | path
    Searched refs:odd_coef (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_dwb_scl.c 696 uint16_t odd_coef, even_coef; local in function:wbscl_set_scaler_filter
702 odd_coef = filter[phase * taps + 2 * pair + 1];
704 odd_coef = 0;
717 WBSCL_COEF_RAM_ODD_TAP_COEF, odd_coef,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_dpp_dscl.c 272 uint16_t odd_coef, even_coef; local in function:dpp1_dscl_set_scaler_filter
283 odd_coef = filter[phase * taps + 2 * pair + 1];
285 odd_coef = 0;
293 SCL_COEF_RAM_ODD_TAP_COEF, odd_coef,

Completed in 12 milliseconds