HomeSort by relevance Sort by last modified time
    Searched refs:CLIP_S16 (Results 1 - 25 of 31) sorted by null

1 2

  /external/libhevc/common/
ihevc_chroma_itrans_recon.c 153 CLIP_S16(((e[0] + o[0] + add) >> shift));
155 CLIP_S16(((e[1] + o[1] + add) >> shift));
157 CLIP_S16(((e[1] - o[1] + add) >> shift));
159 CLIP_S16(((e[0] - o[0] + add) >> shift));
187 CLIP_S16(((e[0] + o[0] + add) >> shift));
190 CLIP_S16(((e[1] + o[1] + add) >> shift));
193 CLIP_S16(((e[1] - o[1] + add) >> shift));
196 CLIP_S16(((e[0] - o[0] + add) >> shift));
ihevc_itrans_recon.c 139 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift);
141 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> shift);
143 CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> shift);
145 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> shift);
168 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift);
171 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> shift);
174 CLIP_S16((74 * (pi2_tmp[0] - pi2_tmp[2 * trans_size] + pi2_tmp[3 * trans_size]) + add) >> shift);
177 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> shift);
281 CLIP_S16(((e[0] + o[0] + add) >> shift));
283 CLIP_S16(((e[1] + o[1] + add) >> shift))
    [all...]
ihevc_chroma_iquant_itrans_recon.c 196 CLIP_S16(((e[0] + o[0] + add) >> shift));
198 CLIP_S16(((e[1] + o[1] + add) >> shift));
200 CLIP_S16(((e[1] - o[1] + add) >> shift));
202 CLIP_S16(((e[0] - o[0] + add) >> shift));
235 CLIP_S16(((e[0] + o[0] + add) >> shift));
239 CLIP_S16(((e[1] + o[1] + add) >> shift));
243 CLIP_S16(((e[1] - o[1] + add) >> shift));
247 CLIP_S16(((e[0] - o[0] + add) >> shift));
ihevc_iquant_itrans_recon.c 195 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift);
197 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> shift);
213 CLIP_S16((74 * (iq_tmp_1 - iq_tmp_2 + iq_tmp_3) + add) >> shift);
215 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> shift);
240 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> shift);
244 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> shift);
248 CLIP_S16((74 * (pi2_tmp[0] - pi2_tmp[2 * trans_size] + pi2_tmp[3 * trans_size]) + add) >> shift);
252 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> shift);
396 CLIP_S16(((e[0] + o[0] + add) >> shift));
398 CLIP_S16(((e[1] + o[1] + add) >> shift))
    [all...]
ihevc_trans_macros.h 59 out = (WORD16) CLIP_S16(tmp); \
84 out = (WORD16) CLIP_S16(tmp); \
109 out = (WORD16) CLIP_S16(tmp); \
134 out = (WORD16) CLIP_S16(tmp); \
150 res = CLIP_S16(tmp); \
179 res = CLIP_S16(tmp); \
ihevc_itrans_recon_8x8.c 167 CLIP_S16(((e[k] + o[k] + add) >> shift));
169 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
206 CLIP_S16(((e[k] + o[k] + add) >> shift));
209 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
251 CLIP_S16(((e[k] + o[k] + add) >> shift));
254 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
314 CLIP_S16(((e[k] + o[k] + add) >> shift));
316 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
353 CLIP_S16(((e[k] + o[k] + add) >> shift));
356 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift))
    [all...]
ihevc_itrans.c 121 CLIP_S16((29 * c[0] + 55 * c[1] + c[3] + add) >> i4_shift);
123 CLIP_S16((55 * c[2] - 29 * c[1] + c[3] + add) >> i4_shift);
125 CLIP_S16((74 * (pi2_src[0] - pi2_src[2 * src_strd] + pi2_src[3 * src_strd]) + add) >> i4_shift);
127 CLIP_S16((55 * c[0] + 29 * c[2] - c[3] + add) >> i4_shift);
210 CLIP_S16(((e[0] + o[0] + add) >> i4_shift));
212 CLIP_S16(((e[1] + o[1] + add) >> i4_shift));
214 CLIP_S16(((e[1] - o[1] + add) >> i4_shift));
216 CLIP_S16(((e[0] - o[0] + add) >> i4_shift));
267 CLIP_S16(((e[0] + o[0] + add) >> i4_shift));
269 CLIP_S16(((e[1] + o[1] + add) >> i4_shift))
    [all...]
ihevc_chroma_itrans_recon_16x16.c 187 CLIP_S16(((e[k] + o[k] + add) >> shift));
189 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
237 CLIP_S16(((e[k] + o[k] + add) >> shift));
240 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
289 CLIP_S16(((e[k] + o[k] + add) >> shift));
292 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
363 CLIP_S16(((e[k] + o[k] + add) >> shift));
366 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
433 CLIP_S16(((e[k] + o[k] + add) >> shift));
435 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift))
    [all...]
ihevc_chroma_itrans_recon_8x8.c 182 CLIP_S16(((e[k] + o[k] + add) >> shift));
184 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
223 CLIP_S16(((e[k] + o[k] + add) >> shift));
226 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
269 CLIP_S16(((e[k] + o[k] + add) >> shift));
272 CLIP_S16(((e[3 - k] - o[3 - k] + add) >> shift));
ihevc_itrans_recon_16x16.c 177 CLIP_S16(((e[k] + o[k] + add) >> shift));
179 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
228 CLIP_S16(((e[k] + o[k] + add) >> shift));
231 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
280 CLIP_S16(((e[k] + o[k] + add) >> shift));
283 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
354 CLIP_S16(((e[k] + o[k] + add) >> shift));
357 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift));
424 CLIP_S16(((e[k] + o[k] + add) >> shift));
426 CLIP_S16(((e[7 - k] - o[7 - k] + add) >> shift))
    [all...]
ihevc_itrans_recon_32x32.c 190 CLIP_S16(((e[k] + o[k] + add) >> shift));
192 CLIP_S16(((e[15 - k] - o[15 - k] + add) >> shift));
251 CLIP_S16(((e[k] + o[k] + add) >> shift));
254 CLIP_S16(((e[15 - k] - o[15 - k] + add) >> shift));
311 CLIP_S16(((e[k] + o[k] + add) >> shift));
314 CLIP_S16(((e[15 - k] - o[15 - k] + add) >> shift));
429 CLIP_S16(((e[k] + o[k] + add) >> shift));
432 CLIP_S16(((e[15 - k] - o[15 - k] + add) >> shift));
506 CLIP_S16(((e[k] + o[k] + add) >> shift));
508 CLIP_S16(((e[15 - k] - o[15 - k] + add) >> shift))
    [all...]
  /external/libhevc/decoder/
ihevcd_itrans_recon_dc.c 104 dc_value = CLIP_S16((quant_out * 64 + add) >> shift);
107 dc_value = CLIP_S16((dc_value * 64 + add) >> shift);
135 dc_value = CLIP_S16((quant_out * 64 + add) >> shift);
138 dc_value = CLIP_S16((dc_value * 64 + add) >> shift);
  /external/libmpeg2/common/armv8/
impeg2_platform_macros.h 44 #define CLIP_S16(x) ((x) > 32767) ? (32767) : (((x) < -32768) ? (-32768) : (x))
icv_platform_macros.h 64 #define CLIP_S16(x) ((x) > 32767) ? (32767) : (((x) < -32768) ? (-32768) : (x))
  /external/libmpeg2/common/mips/
impeg2_platform_macros.h 44 #define CLIP_S16(x) ((x) > 32767) ? (32767) : (((x) < -32768) ? (-32768) : (x))
icv_platform_macros.h 77 #define CLIP_S16(x) CLIP3(-32768, 32767, (x))
  /external/libmpeg2/common/x86/
impeg2_platform_macros.h 44 #define CLIP_S16(x) ((x) > 32767) ? (32767) : (((x) < -32768) ? (-32768) : (x))
  /external/libmpeg2/common/
impeg2_idct.c 253 CLIP_S16(((ai4_e[k] + ai4_o[k] + i4_add) >> i4_shift));
255 CLIP_S16(((ai4_e[3 - k] - ai4_o[3 - k] + i4_add) >> i4_shift));
292 CLIP_S16(((ai4_e[k] + ai4_o[k] + i4_add) >> i4_shift));
295 CLIP_S16(((ai4_e[3 - k] - ai4_o[3 - k] + i4_add) >> i4_shift));
337 CLIP_S16(((ai4_e[k] + ai4_o[k] + i4_add) >> i4_shift));
340 CLIP_S16(((ai4_e[3 - k] - ai4_o[3 - k] + i4_add) >> i4_shift));
400 CLIP_S16(((ai4_e[k] + ai4_o[k] + i4_add) >> i4_shift));
402 CLIP_S16(((ai4_e[3 - k] - ai4_o[3 - k] + i4_add) >> i4_shift));
439 CLIP_S16(((ai4_e[k] + ai4_o[k] + i4_add) >> i4_shift));
442 CLIP_S16(((ai4_e[3 - k] - ai4_o[3 - k] + i4_add) >> i4_shift))
    [all...]
  /external/libmpeg2/common/arm/
impeg2_platform_macros.h 66 static __inline WORD32 CLIP_S16(WORD32 x)
icv_platform_macros.h 84 static __inline WORD32 CLIP_S16(WORD32 x)
  /external/libavc/common/arm/
ih264_platform_macros.h 82 static __inline WORD32 CLIP_S16(WORD32 x)
108 #define CLIP_S16(x) CLIP3(-32768, 32767, (x))
  /external/libavc/common/armv8/
ih264_platform_macros.h 82 static __inline WORD32 CLIP_S16(WORD32 x)
108 #define CLIP_S16(x) CLIP3(-32768, 32767, (x))
  /external/libavc/common/mips/
ih264_platform_macros.h 51 #define CLIP_S16(x) CLIP3(-32768, 32767, (x))
  /external/libavc/common/x86/
ih264_platform_macros.h 54 #define CLIP_S16(x) CLIP3(-32768, 32767, (x))
  /external/libhevc/common/mips/
ihevc_platform_macros.h 48 #define CLIP_S16(x) CLIP3((x), -32768, 32767)

Completed in 781 milliseconds

1 2