Searched defs:tmp_strd (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_sao.c236 WORD32 tmp_strd = MAX_CTB_SIZE + 2; local
270 pu1_src_copy[row * src_strd + col] = pu1_src_tmp[row * tmp_strd + col];
285 pu1_src_copy += min_cu * tmp_strd;
348 pu1_src_tmp[row * src_strd + col] = pu1_src_copy[row * tmp_strd + col];
363 pu1_src_copy += min_cu * tmp_strd;
385 WORD32 tmp_strd = MAX_CTB_SIZE + 4; local
418 pu1_src_copy[row * src_strd + col] = pu1_src_tmp[row * tmp_strd + col];
433 pu1_src_copy += min_cu * tmp_strd;
502 pu1_src_tmp[row * src_strd + col] = pu1_src_copy[row * tmp_strd + col];
517 pu1_src_copy += min_cu * tmp_strd;
[all...]

Completed in 238 milliseconds