Searched refs:set_offsets (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 183 static void set_offsets(VP9_COMP *cpi, const TileInfo *const tile, in set_offsets() function 688 set_offsets(cpi, tile, x, mi_row, mi_col, BLOCK_64X64); in choose_partitioning() 1182 set_offsets(cpi, tile_info, x, mi_row, mi_col, bsize); in rd_pick_sb_modes() 1406 set_offsets(cpi, tile, x, mi_row, mi_col, bsize); in encode_b() 1737 set_offsets(cpi, tile, x, mi_row, mi_col, bsize); in encode_b_rt() 1872 set_offsets(cpi, tile_info, x, mi_row, mi_col, bsize); in rd_use_partition() 2389 set_offsets(cpi, tile_info, x, mi_row, mi_col, bsize); in rd_pick_partition() 2421 set_offsets(cpi, tile_info, x, mi_row, mi_col, bsize); in rd_pick_partition() 2550 set_offsets(cpi, tile_info, x, mi_row, mi_col, bsize); in rd_pick_partition() 2808 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 | 784 static MB_MODE_INFO *set_offsets(VP9_COMMON *const cm, MACROBLOCKD *const xd, in set_offsets() function 825 MB_MODE_INFO *mbmi = set_offsets(cm, xd, bsize, mi_row, mi_col, in decode_block()
|