Home
last modified time | relevance | path

Searched refs:quarter_step (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodeframe.c1709 int quarter_step = mi_size_wide[bsize] / 4; in encode_sb() local
1799 int this_mi_row = mi_row + i * quarter_step; in encode_sb()
1808 int this_mi_col = mi_col + i * quarter_step; in encode_sb()
3709 const int quarter_step = mi_size_high[bsize] / 4; in rd_pick_partition() local
3724 const int this_mi_row = mi_row + i * quarter_step; in rd_pick_partition()
3765 const int quarter_step = mi_size_wide[bsize] / 4; in rd_pick_partition() local
3780 const int this_mi_col = mi_col + i * quarter_step; in rd_pick_partition()
Dbitstream.c1606 const int quarter_step = mi_size_wide[bsize] / 4; in write_modes_sb() local
1675 int this_mi_row = mi_row + i * quarter_step; in write_modes_sb()
1683 int this_mi_col = mi_col + i * quarter_step; in write_modes_sb()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1332 const int quarter_step = bw / 4; in decode_partition() local
1433 int this_mi_row = mi_row + i * quarter_step; in decode_partition()
1440 int this_mi_col = mi_col + i * quarter_step; in decode_partition()