Searched refs:set_offsets (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 184 static void set_offsets(VP9_COMP *cpi, const TileInfo *const tile, in set_offsets() function 689 set_offsets(cpi, tile, x, mi_row, mi_col, BLOCK_64X64); in choose_partitioning() 1183 set_offsets(cpi, tile_info, x, mi_row, mi_col, bsize); in rd_pick_sb_modes() 1407 set_offsets(cpi, tile, x, mi_row, mi_col, bsize); in encode_b() 1738 set_offsets(cpi, tile, x, mi_row, mi_col, bsize); in encode_b_rt() 1875 set_offsets(cpi, tile_info, x, mi_row, mi_col, bsize); in rd_use_partition() 2401 set_offsets(cpi, tile_info, x, mi_row, mi_col, bsize); in rd_pick_partition() 2435 set_offsets(cpi, tile_info, x, mi_row, mi_col, bsize); in rd_pick_partition() 2554 set_offsets(cpi, tile_info, x, mi_row, mi_col, bsize); in rd_pick_partition() 2825 set_offsets(cpi, tile_info, x, mi_row, mi_col, BLOCK_64X64); in encode_rd_sb_row() [all …]
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 785 static MB_MODE_INFO *set_offsets(VP9_COMMON *const cm, MACROBLOCKD *const xd, in set_offsets() function 826 MB_MODE_INFO *mbmi = set_offsets(cm, xd, bsize, mi_row, mi_col, in decode_block()
|