Lines Matching refs:scan8
42 int raw_my = sl->mv_cache[list][scan8[n]][1]; in get_lowest_part_list_y()
62 int ref_n = sl->ref_cache[0][scan8[n]]; in get_lowest_part_y()
78 int ref_n = sl->ref_cache[1][scan8[n]]; in get_lowest_part_y()
216 const int mx = sl->mv_cache[list][scan8[n]][0] + src_x_offset * 8; in mc_dir_part()
217 int my = sl->mv_cache[list][scan8[n]][1] + src_y_offset * 8; in mc_dir_part()
352 H264Ref *ref = &sl->ref_list[0][sl->ref_cache[0][scan8[n]]]; in mc_part_std()
362 H264Ref *ref = &sl->ref_list[1][sl->ref_cache[1][scan8[n]]]; in mc_part_std()
411 int refn0 = sl->ref_cache[0][scan8[n]]; in mc_part_weighted()
412 int refn1 = sl->ref_cache[1][scan8[n]]; in mc_part_weighted()
458 int refn = sl->ref_cache[list][scan8[n]]; in mc_part_weighted()
489 const int refn = sl->ref_cache[list][scan8[0]]; in prefetch_motion()
491 const int mx = (sl->mv_cache[list][scan8[0]][0] >> 2) + 16 * sl->mb_x + 8; in prefetch_motion()
492 const int my = (sl->mv_cache[list][scan8[0]][1] >> 2) + 16 * sl->mb_y; in prefetch_motion()
638 const int dir = sl->intra4x4_pred_mode_cache[scan8[i]]; in hl_decode_mb_predict_luma()
647 const int nnz = sl->non_zero_count_cache[scan8[i + p * 16]]; in hl_decode_mb_predict_luma()
668 const int dir = sl->intra4x4_pred_mode_cache[scan8[i]]; in hl_decode_mb_predict_luma()
693 nnz = sl->non_zero_count_cache[scan8[i + p * 16]]; in hl_decode_mb_predict_luma()
705 if (sl->non_zero_count_cache[scan8[LUMA_DC_BLOCK_INDEX + p]]) { in hl_decode_mb_predict_luma()
749 if (sl->non_zero_count_cache[scan8[i + p * 16]] || in hl_decode_mb_idct_luma()
767 if (sl->non_zero_count_cache[scan8[i + p * 16]]) in hl_decode_mb_idct_luma()