Lines Matching refs:j
102 WORD32 i, j; in ihevc_recon_4x4_ttype1() local
114 for(j = 0; j < trans_size; j++) in ihevc_recon_4x4_ttype1()
116 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_4x4_ttype1()
121 for(j = 0; j < trans_size; j++) in ihevc_recon_4x4_ttype1()
123 pu1_dst[j * dst_strd] = in ihevc_recon_4x4_ttype1()
124 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_4x4_ttype1()
184 WORD32 i, j; in ihevc_recon_4x4() local
196 for(j = 0; j < trans_size; j++) in ihevc_recon_4x4()
198 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_4x4()
203 for(j = 0; j < trans_size; j++) in ihevc_recon_4x4()
205 pu1_dst[j * dst_strd] = in ihevc_recon_4x4()
206 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_4x4()
266 WORD32 i, j; in ihevc_recon_8x8() local
278 for(j = 0; j < trans_size; j++) in ihevc_recon_8x8()
280 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_8x8()
285 for(j = 0; j < trans_size; j++) in ihevc_recon_8x8()
287 pu1_dst[j * dst_strd] = in ihevc_recon_8x8()
288 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_8x8()
348 WORD32 i, j; in ihevc_recon_16x16() local
360 for(j = 0; j < trans_size; j++) in ihevc_recon_16x16()
362 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_16x16()
367 for(j = 0; j < trans_size; j++) in ihevc_recon_16x16()
369 pu1_dst[j * dst_strd] = in ihevc_recon_16x16()
370 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_16x16()
430 WORD32 i, j; in ihevc_recon_32x32() local
442 for(j = 0; j < trans_size; j++) in ihevc_recon_32x32()
444 pu1_dst[j * dst_strd] = pu1_pred[j * pred_strd]; in ihevc_recon_32x32()
449 for(j = 0; j < trans_size; j++) in ihevc_recon_32x32()
451 pu1_dst[j * dst_strd] = in ihevc_recon_32x32()
452 CLIP_U8(pi2_src[j * src_strd] + pu1_pred[j * pred_strd]); in ihevc_recon_32x32()