HomeSort by relevance Sort by last modified time
    Searched defs:band_idx (Results 1 - 19 of 19) sorted by null

  /external/libhevc/common/
ihevc_sao.c 112 WORD32 band_idx; local
114 band_idx = band_table[pu1_src[col] >> band_shift];
115 pu1_src[col] = CLIP3(pu1_src[col] + pi1_sao_offset[band_idx], 0, (1 << (band_shift + 5)) - 1);
172 WORD32 band_idx; local
176 band_idx = (0 == col % 2) ? band_table_u[pu1_src[col] >> band_shift] : band_table_v[pu1_src[col] >> band_shift];
177 pu1_src[col] = CLIP3(pu1_src[col] + pi1_sao_offset[band_idx], 0, (1 << (band_shift + 5)) - 1);
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 319 uint16_t band_idx; member in struct:msm_audio_eq_band
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio.h 341 uint16_t band_idx; /* The band index, 0 .. 11 */ member in struct:msm_audio_eq_band
  /hardware/qcom/msm8994/kernel-headers/sound/
audio_effects.h 245 int32_t band_idx; member in struct:eq_per_band_config_t
  /hardware/qcom/msm8994/original-kernel-headers/sound/
audio_effects.h 276 int32_t band_idx; member in struct:eq_per_band_config_t
  /hardware/qcom/msm8996/kernel-headers/sound/
audio_effects.h 254 int32_t band_idx; member in struct:eq_per_band_config_t
  /hardware/qcom/msm8996/original-kernel-headers/sound/
audio_effects.h 285 int32_t band_idx; member in struct:eq_per_band_config_t
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_audio.h 357 uint16_t band_idx; member in struct:msm_audio_eq_band
  /hardware/qcom/msm8x26/kernel-headers/sound/
audio_effects.h 227 int32_t band_idx; member in struct:eq_per_band_config_t
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_audio.h 398 uint16_t band_idx; /* The band index, 0 .. 11 */ member in struct:msm_audio_eq_band
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
audio_effects.h 261 int32_t band_idx; member in struct:eq_per_band_config_t
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio.h 357 uint16_t band_idx; member in struct:msm_audio_eq_band
  /hardware/qcom/msm8x84/kernel-headers/sound/
audio_effects.h 227 int32_t band_idx; member in struct:eq_per_band_config_t
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_audio.h 390 uint16_t band_idx; /* The band index, 0 .. 11 */ member in struct:msm_audio_eq_band
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
audio_effects.h 261 int32_t band_idx; member in struct:eq_per_band_config_t
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_audio.h 365 uint16_t band_idx; member in struct:msm_audio_eq_band
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_audio.h 407 uint16_t band_idx; /* The band index, 0 .. 11 */ member in struct:msm_audio_eq_band
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_audio.h 367 uint16_t band_idx; member in struct:msm_audio_eq_band
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_audio.h 410 uint16_t band_idx; /* The band index, 0 .. 11 */ member in struct:msm_audio_eq_band

Completed in 496 milliseconds