Searched refs:get_index_shift (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | av1_loopfilter.c | 597 int get_index_shift(int mi_col, int mi_row, int *index) { in get_index_shift() function 813 const int shift = get_index_shift(col, row, &index); in setup_masks() 1496 const int shift = get_index_shift(0, row, &index); in av1_build_bitmask_vert_info() 1529 const int shift_1 = get_index_shift(col_uv, row_uv, &index); in av1_build_bitmask_vert_info() 1587 const int shift = get_index_shift(col, row, &index); in av1_build_bitmask_horz_info() 1608 const int shift_1 = get_index_shift(col_uv, row_uv, &index); in av1_build_bitmask_horz_info() 1666 const int shift = get_index_shift(col, row, &index); in av1_filter_block_plane_bitmask_vert() 1668 const int shift_next = get_index_shift(col, row_next, &index_next); in av1_filter_block_plane_bitmask_vert() 1747 const int shift = get_index_shift(col, row, &index); in av1_filter_block_plane_bitmask_horz() 1815 const int shift = get_index_shift(col, row, &index); in av1_filter_block_plane_ver() [all …]
|
D | av1_loopfilter.h | 176 int get_index_shift(int mi_col, int mi_row, int *index);
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1431 const int shift = get_index_shift(col, row, &index); in store_bitmask_vartx() 1503 shift = get_index_shift(col, row, &index); in store_bitmask_univariant_tx() 1531 shift = get_index_shift(col_start, row_start, &index); in store_bitmask_other_info()
|