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

  /external/libjpeg-turbo/
jdsample.h 47 UINT8 v_expand[MAX_COMPONENTS]; member in struct:__anon16685
jdsample.c 167 int h_expand, v_expand; local
171 v_expand = upsample->v_expand[compptr->component_index];
186 if (v_expand > 1) {
188 v_expand-1, cinfo->output_width);
191 outrow += v_expand;
458 upsample->v_expand[ci] = (UINT8) (v_out_group / v_in_group);
jcsample.c 148 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
155 v_expand = cinfo->max_v_samp_factor / compptr->v_samp_factor;
156 numpix = h_expand * v_expand;
172 for (v = 0; v < v_expand; v++) {
180 inrow += v_expand;
  /external/opencv3/3rdparty/libjpeg/
jdsample.c 59 UINT8 v_expand[MAX_COMPONENTS]; member in struct:__anon21792
199 int h_expand, v_expand; local
203 v_expand = upsample->v_expand[compptr->component_index];
218 if (v_expand > 1) {
220 v_expand-1, cinfo->output_width);
223 outrow += v_expand;
350 upsample->v_expand[ci] = (UINT8) (v_out_group / v_in_group);
jcsample.c 73 UINT8 v_expand[MAX_COMPONENTS]; member in struct:__anon21770
154 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
161 v_expand = downsample->v_expand[compptr->component_index];
162 numpix = h_expand * v_expand;
178 for (v = 0; v < v_expand; v++) {
186 inrow += v_expand;
536 downsample->v_expand[ci] = (UINT8) (v_in_group / v_out_group);
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdsample.c 58 UINT8 v_expand[MAX_COMPONENTS]; member in struct:__anon23063
198 int h_expand, v_expand; local
202 v_expand = upsample->v_expand[compptr->component_index];
217 if (v_expand > 1) {
219 v_expand-1, cinfo->output_width);
222 outrow += v_expand;
467 upsample->v_expand[ci] = (UINT8) (v_out_group / v_in_group);
fpdfapi_jcsample.c 143 int inrow, outrow, h_expand, v_expand, numpix, numpix2, h, v; local
150 v_expand = cinfo->max_v_samp_factor / compptr->v_samp_factor;
151 numpix = h_expand * v_expand;
167 for (v = 0; v < v_expand; v++) {
175 inrow += v_expand;
  /external/libjpeg-turbo/simd/
jsimd_mips.c 102 UINT8 v_expand[MAX_COMPONENTS]; member in struct:__anon16703
498 upsample->v_expand[compptr->component_index],
jsimd.h 347 (UINT8 h_expand, UINT8 v_expand, JSAMPARRAY input_data,
  /external/opencv3/modules/core/src/
mathfuncs.cpp 908 v_expand(v, v_b1, v_b2);
    [all...]
arithm.cpp     [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_sse.hpp 1081 inline void v_expand(const v_uint32x4& a, v_uint64x2& b0, v_uint64x2& b1) function in namespace:cv
1092 inline void v_expand(const v_int32x4& a, v_int64x2& b0, v_int64x2& b1) function in namespace:cv
    [all...]
intrin_cpp.hpp 389 template<typename _Tp, int n> inline void v_expand(const v_reg<_Tp, n>& a,
intrin_neon.hpp 665 inline void v_expand(const _Tpvec& a, _Tpwvec& b0, _Tpwvec& b1) \
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 2310 milliseconds