Searched refs:filter_type (Results 1 - 21 of 21) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dalloccommon.c132 cm->filter_type = NORMAL_LOOPFILTER;
138 cm->filter_type = SIMPLE_LOOPFILTER;
144 cm->filter_type = NORMAL_LOOPFILTER;
150 cm->filter_type = SIMPLE_LOOPFILTER;
157 cm->filter_type = NORMAL_LOOPFILTER;
172 oci->filter_type = NORMAL_LOOPFILTER;
H A Donyxc_int.h132 LOOPFILTERTYPE filter_type; member in struct:VP8Common
H A Dloopfilter.c338 if (cm->filter_type == NORMAL_LOOPFILTER)
498 if (cm->filter_type == NORMAL_LOOPFILTER)
614 if (cm->filter_type == NORMAL_LOOPFILTER)
/hardware/intel/common/libva/va/
H A Dva_dec_vp8.h100 /* same as filter_type in bitstream syntax */
101 unsigned int filter_type : 1; member in struct:_VAPictureParameterBufferVP8::__anon344::__anon345
H A Dva_trace.c2072 va_TraceMsg(trace_ctx, "\tfilter_type = %d\n", p->pic_fields.bits.filter_type);
/hardware/qcom/audio/post_proc/
H A Deffect_api.c287 eq->per_band_cfg[i].filter_type = EQ_BAND_BOOST;
339 *p_param_values++ = eq->per_band_cfg[i].filter_type;
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_audio.h320 uint32_t filter_type; member in struct:msm_audio_eq_band
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_audio.h342 uint32_t filter_type; /* Filter band type */ member in struct:msm_audio_eq_band
/hardware/qcom/msm8x74/kernel-headers/sound/
H A Daudio_effects.h229 uint32_t filter_type; member in struct:eq_per_band_config_t
/hardware/qcom/msm8x74/original-kernel-headers/sound/
H A Daudio_effects.h262 uint32_t filter_type; member in struct:eq_per_band_config_t
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Daudio_effects.h229 uint32_t filter_type; member in struct:eq_per_band_config_t
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Daudio_effects.h262 uint32_t filter_type; member in struct:eq_per_band_config_t
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_audio.h359 uint32_t filter_type; member in struct:msm_audio_eq_band
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_audio.h391 uint32_t filter_type; /* Filter band type */ member in struct:msm_audio_eq_band
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_audio.h359 uint32_t filter_type; member in struct:msm_audio_eq_band
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_audio.h391 uint32_t filter_type; /* Filter band type */ member in struct:msm_audio_eq_band
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Ddecodeframe.c675 if (pc->filter_type == NORMAL_LOOPFILTER)
720 if (pc->filter_type == NORMAL_LOOPFILTER)
1142 pc->filter_type = (LOOPFILTERTYPE) vp8_read_bit(bc);
H A Dthreading.c525 if(pc->filter_type == NORMAL_LOOPFILTER)
/hardware/intel/common/libva/test/videoprocess/
H A Dvideoprocess.cpp721 video_frame_process(VAProcFilterType filter_type, argument
735 switch(filter_type){
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.c1398 vp8_write_bit(bc, pc->filter_type);
H A Donyx_if.c1009 cm->filter_type = NORMAL_LOOPFILTER;
1012 cm->filter_type = SIMPLE_LOOPFILTER;
1016 cm->filter_type = SIMPLE_LOOPFILTER;

Completed in 270 milliseconds