Searched refs:col_off (Results 1 – 1 of 1) sorted by relevance
198 int col_off, int ss_x, int ss_y) { in has_top_right() argument211 col_off + top_right_count_unit == mi_size_wide[BLOCK_64X64] >> ss_x) { in has_top_right()215 const int col_off_64 = col_off % plane_bw_unit_64; in has_top_right()218 return col_off + top_right_count_unit < plane_bw_unit; in has_top_right()221 if (col_off + top_right_count_unit < plane_bw_unit) return 1; in has_top_right()383 int col_off, int ss_x, int ss_y) { in has_bottom_left() argument389 if (block_size_wide[bsize] > block_size_wide[BLOCK_64X64] && col_off > 0) { in has_bottom_left()391 const int col_off_64 = col_off % plane_bw_unit_64; in has_bottom_left()404 if (col_off > 0) { in has_bottom_left()1500 uint8_t *dst, int dst_stride, int col_off, int row_off, int plane) { in av1_predict_intra_block() argument[all …]