Home
last modified time | relevance | path

Searched refs:col_off (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Dreconintra.c198 int col_off, int ss_x, int ss_y) { in has_top_right() argument
211 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() argument
389 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()
1563 uint8_t *dst, int dst_stride, int col_off, int row_off, int plane) { in av1_predict_intra_block() argument
[all …]
Dreconintra.h33 uint8_t *dst, int dst_stride, int col_off, int row_off, int plane);