Searched refs:row_limit_2nd_stage (Results 1 - 5 of 5) sorted by relevance

/external/libhevc/common/
H A Dihevc_chroma_itrans_recon_8x8.c125 WORD32 row_limit_2nd_stage; local
132 row_limit_2nd_stage = 4;
134 row_limit_2nd_stage = TRANS_SIZE_8;
144 for(j = 0; j < row_limit_2nd_stage; j++)
H A Dihevc_itrans_recon_8x8.c116 WORD32 row_limit_2nd_stage; local
123 row_limit_2nd_stage = 4;
125 row_limit_2nd_stage = TRANS_SIZE_8;
138 for(j = 0; j < row_limit_2nd_stage; j++)
276 for(j = 0; j < row_limit_2nd_stage; j++)
H A Dihevc_chroma_itrans_recon_16x16.c126 WORD32 row_limit_2nd_stage, zero_rows_2nd_stage = zero_cols; local
132 row_limit_2nd_stage = 4;
134 row_limit_2nd_stage = 8;
136 row_limit_2nd_stage = TRANS_SIZE_16;
148 for(j = 0; j < row_limit_2nd_stage; j++)
388 for(j = 0; j < row_limit_2nd_stage; j++)
634 for(j = 0; j < row_limit_2nd_stage; j++)
H A Dihevc_itrans_recon_16x16.c117 WORD32 row_limit_2nd_stage; local
120 row_limit_2nd_stage = 4;
122 row_limit_2nd_stage = 8;
124 row_limit_2nd_stage = TRANS_SIZE_16;
138 for(j = 0; j < row_limit_2nd_stage; j++)
379 for(j = 0; j < row_limit_2nd_stage; j++)
626 for(j = 0; j < row_limit_2nd_stage; j++)
H A Dihevc_itrans_recon_32x32.c119 WORD32 row_limit_2nd_stage; local
125 row_limit_2nd_stage = 4;
127 row_limit_2nd_stage = 8;
129 row_limit_2nd_stage = TRANS_SIZE_32;
140 for(j = 0; j < row_limit_2nd_stage; j++)
453 for(j = 0; j < row_limit_2nd_stage; j++)
769 for(j = 0; j < row_limit_2nd_stage; j++)

Completed in 286 milliseconds