Lines Matching defs:trans_size

130         WORD32 trans_size;
140 trans_size = TRANS_SIZE_4;
147 for(i = 0; i < trans_size; i++)
152 memset(pi2_tmp, 0, trans_size * sizeof(WORD16));
160 pi2_dequant_coeff[0 * trans_size] * g_ihevc_iquant_scales[qp_rem],
164 pi2_dequant_coeff[2 * trans_size] * g_ihevc_iquant_scales[qp_rem],
170 pi2_dequant_coeff[2 * trans_size] * g_ihevc_iquant_scales[qp_rem],
174 pi2_dequant_coeff[3 * trans_size] * g_ihevc_iquant_scales[qp_rem],
180 pi2_dequant_coeff[0 * trans_size] * g_ihevc_iquant_scales[qp_rem],
184 pi2_dequant_coeff[3 * trans_size] * g_ihevc_iquant_scales[qp_rem],
190 pi2_dequant_coeff[1 * trans_size] * g_ihevc_iquant_scales[qp_rem],
201 pi2_dequant_coeff[0 * trans_size] * g_ihevc_iquant_scales[qp_rem],
205 pi2_dequant_coeff[2 * trans_size] * g_ihevc_iquant_scales[qp_rem],
209 pi2_dequant_coeff[3 * trans_size] * g_ihevc_iquant_scales[qp_rem],
219 pi2_tmp += trans_size;
229 for(i = 0; i < trans_size; i++)
234 c[0] = pi2_tmp[0] + pi2_tmp[2 * trans_size];
235 c[1] = pi2_tmp[2 * trans_size] + pi2_tmp[3 * trans_size];
236 c[2] = pi2_tmp[0] - pi2_tmp[3 * trans_size];
237 c[3] = 74 * pi2_tmp[trans_size];
248 CLIP_S16((74 * (pi2_tmp[0] - pi2_tmp[2 * trans_size] + pi2_tmp[3 * trans_size]) + add) >> shift);
339 WORD32 trans_size;
349 trans_size = TRANS_SIZE_4;
356 for(j = 0; j < trans_size; j++)
361 memset(pi2_tmp, 0, trans_size * sizeof(WORD16));
369 pi2_dequant_coeff[1 * trans_size] * g_ihevc_iquant_scales[qp_rem],
373 pi2_dequant_coeff[3 * trans_size] * g_ihevc_iquant_scales[qp_rem],
383 pi2_dequant_coeff[0 * trans_size] * g_ihevc_iquant_scales[qp_rem],
387 pi2_dequant_coeff[2 * trans_size] * g_ihevc_iquant_scales[qp_rem],
406 pi2_tmp += trans_size;
416 for(j = 0; j < trans_size; j++)
421 o[0] = g_ai2_ihevc_trans_4[1][0] * pi2_tmp[trans_size]
423 * pi2_tmp[3 * trans_size];
424 o[1] = g_ai2_ihevc_trans_4[1][1] * pi2_tmp[trans_size]
426 * pi2_tmp[3 * trans_size];
429 * pi2_tmp[2 * trans_size];
432 * pi2_tmp[2 * trans_size];