Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h47 vpx_prob partition_prob[PARTITION_CONTEXTS][PARTITION_TYPES - 1];
65 unsigned int partition[PARTITION_CONTEXTS][PARTITION_TYPES];
85 [PARTITION_TYPES - 1];
88 extern const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)];
Dvp9_enums.h68 PARTITION_TYPES, enumerator
69 PARTITION_INVALID = PARTITION_TYPES
Dvp9_entropymode.c183 [PARTITION_TYPES - 1] = {
210 default_partition_probs[PARTITION_CONTEXTS][PARTITION_TYPES - 1] = {
262 const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)] = {
Dvp9_common_data.h31 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
Dvp9_common_data.c71 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = {
Dvp9_blockd.h169 const vpx_prob (*partition_probs)[PARTITION_TYPES - 1];
Dvp9_onyxc_int.h343 : (const vpx_prob(*)[PARTITION_TYPES - 1]) cm->fc->partition_prob; in set_partition_probs()
Dvp9_thread_common.c509 for (j = 0; j < PARTITION_TYPES; j++) in vp9_accumulate_frame_counts()
/external/libaom/libaom/av1/common/
Denums.h161 PARTITION_TYPES = PARTITION_SPLIT + 1, enumerator
Dav1_common_int.h1214 return PARTITION_TYPES; in partition_cdf_length()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h768 int partition_cost[PARTITION_CONTEXTS][PARTITION_TYPES];
Dvp9_bitstream.c49 static const struct vp9_token partition_encodings[PARTITION_TYPES] = {
1341 counts->partition[i], PARTITION_TYPES, &header_bc); in write_compressed_header()
Dvp9_encoder.c198 for (j = 0; j < PARTITION_TYPES - 1; ++j) { in compute_context_model_diff()
202 pre_last_prob = MAX_PROB - pre_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
203 cur_last_prob = MAX_PROB - cur_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
205 diff += (int)counts->partition[i][PARTITION_TYPES - 1] * in compute_context_model_diff()
/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c539 ? PARTITION_TYPES in av1_simple_motion_search_prune_rect()
Dencodeframe.c2692 int tmp_partition_cost[PARTITION_TYPES]; in rd_pick_partition()
2769 for (int i = 0; i < PARTITION_TYPES; ++i) tmp_partition_cost[i] = max_cost; in rd_pick_partition()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2900 for (i = 0; i < PARTITION_TYPES - 1; ++i) in read_compressed_header()