Searched refs:update_partition_svc (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1049 static void update_partition_svc(VP9_COMP *cpi, BLOCK_SIZE bsize, int mi_row, in update_partition_svc() function 1091 update_partition_svc(cpi, subsize, mi_row, mi_col); in update_partition_svc() 1092 update_partition_svc(cpi, subsize, mi_row + bs, mi_col); in update_partition_svc() 1093 update_partition_svc(cpi, subsize, mi_row, mi_col + bs); in update_partition_svc() 1094 update_partition_svc(cpi, subsize, mi_row + bs, mi_col + bs); in update_partition_svc() 1334 update_partition_svc(cpi, BLOCK_64X64, mi_row, mi_col); in choose_partitioning() 1476 update_partition_svc(cpi, BLOCK_64X64, mi_row, mi_col); in choose_partitioning() 1493 update_partition_svc(cpi, BLOCK_64X64, mi_row, mi_col); in choose_partitioning() 1712 update_partition_svc(cpi, BLOCK_64X64, mi_row, mi_col); in choose_partitioning()
|