HomeSort by relevance Sort by last modified time
    Searched refs:s_params (Results 1 - 7 of 7) sorted by null

  /external/libmpeg2/common/x86/
ideint_function_selector.c 90 switch(ps_ctxt->s_params.e_arch)
  /external/libmpeg2/common/
ideint.c 155 ps_ctxt->s_params = *ps_params;
160 ps_ctxt->s_params.i4_cur_fld_top = 1;
161 ps_ctxt->s_params.e_mode = IDEINT_MODE_SPATIAL;
162 ps_ctxt->s_params.e_arch = ideint_default_arch();
163 ps_ctxt->s_params.e_soc = ICV_SOC_GENERIC;
164 ps_ctxt->s_params.i4_disable_weave = 0;
165 ps_ctxt->s_params.pf_aligned_alloc = NULL;
166 ps_ctxt->s_params.pf_aligned_free = NULL;
189 if(IDEINT_MODE_WEAVE == ps_ctxt->s_params.e_mode)
191 if(0 == ps_ctxt->s_params.i4_disable_weave
    [all...]
ideint_structs.h 55 ideint_params_t s_params; member in struct:__anon25236
  /external/libmpeg2/common/arm/
ideint_function_selector.c 87 switch(ps_ctxt->s_params.e_arch)
  /external/libmpeg2/decoder/
impeg2d_deinterlace.c 187 ideint_params_t s_params; local
192 s_params.e_arch = impeg2d_get_arch(ps_dec->e_processor_arch);
193 s_params.e_soc = ICV_SOC_GENERIC;
194 s_params.e_mode = IDEINT_MODE_SPATIAL;
195 s_params.i4_cur_fld_top = ps_dec->u2_top_field_first;
196 s_params.i4_disable_weave = 0;
197 s_params.pf_aligned_alloc = NULL;
198 s_params.pf_aligned_free = NULL;
258 &s_params, start_row, num_rows);
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 711 } s_params[] = local
732 const float sScale = s_params[cellNdx%DE_LENGTH_OF_ARRAY(s_params)].sScale;
733 const float sBias = s_params[cellNdx%DE_LENGTH_OF_ARRAY(s_params)].sBias;
734 const float tScale = s_params[cellNdx%DE_LENGTH_OF_ARRAY(s_params)].tScale;
735 const float tBias = s_params[cellNdx%DE_LENGTH_OF_ARRAY(s_params)].tBias;
736 const float rScale = s_params[cellNdx%DE_LENGTH_OF_ARRAY(s_params)].rScale
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 1185 } s_params[] = local
    [all...]

Completed in 118 milliseconds