HomeSort by relevance Sort by last modified time
    Searched defs:i4_trans_size (Results 1 - 2 of 2) sorted by null

  /external/libmpeg2/common/
impeg2_idct.c 200 WORD32 i4_trans_size; local
204 i4_trans_size = TRANS_SIZE_8;
229 memset(pi2_tmp, 0, i4_trans_size * sizeof(WORD16));
259 pi2_tmp += i4_trans_size;
270 for(j = 0; j < i4_trans_size; j++)
275 ai4_o[k] = gai2_impeg2_idct_q11[1 * 8 + k] * pi2_tmp[i4_trans_size]
276 + gai2_impeg2_idct_q11[3 * 8 + k] * pi2_tmp[3 * i4_trans_size];
278 ai4_eo[0] = gai2_impeg2_idct_q11[2 * 8 + 0] * pi2_tmp[2 * i4_trans_size];
279 ai4_eo[1] = gai2_impeg2_idct_q11[2 * 8 + 1] * pi2_tmp[2 * i4_trans_size];
305 for(j = 0; j < i4_trans_size; j++
    [all...]
  /external/libhevc/encoder/
ihevce_rdoq_macros.h 133 WORD32 i4_trans_size; member in struct:__anon28728

Completed in 104 milliseconds