Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c968 PARTITION_TYPE partition_high; in scale_partitioning_svc() local
1002 partition_high = partition_lookup[bsl_high][bsize_high]; in scale_partitioning_svc()
1003 subsize_high = get_subsize(bsize, partition_high); in scale_partitioning_svc()
1010 switch (partition_high) { in scale_partitioning_svc()
1027 assert(partition_high == PARTITION_SPLIT); in scale_partitioning_svc()