Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconintra.c197 PARTITION_TYPE partition, TX_SIZE txsz, int row_off, in has_top_right() argument
205 if (row_off > 0) { // Just need to check if enough pixels on the right. in has_top_right()
210 if (row_off == mi_size_high[BLOCK_64X64] >> ss_y && in has_top_right()
382 PARTITION_TYPE partition, TX_SIZE txsz, int row_off, in has_bottom_left() argument
395 const int row_off_64 = row_off % plane_bh_unit_64; in has_bottom_left()
413 if (row_off + bottom_left_count_unit < plane_bh_unit) return 1; in has_bottom_left()
428 const int row_off_in_sb = blk_start_row_off + row_off; 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
1568 const int y = row_off << MI_SIZE_LOG2; in av1_predict_intra_block()
1600 row_off || (ss_y ? xd->chroma_up_available : xd->up_available); in av1_predict_intra_block()
[all …]
Dreconintra.h33 uint8_t *dst, int dst_stride, int col_off, int row_off, int plane);