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.h66 PARTITION_TYPES, enumerator
67 PARTITION_INVALID = PARTITION_TYPES
Dvp9_entropymode.c182 const vpx_prob vp9_kf_partition_probs[PARTITION_CONTEXTS][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_blockd.h168 const vpx_prob (*partition_probs)[PARTITION_TYPES - 1];
Dvp9_common_data.c71 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = {
Dvp9_onyxc_int.h323 : (const vpx_prob(*)[PARTITION_TYPES - 1]) cm->fc->partition_prob; in set_partition_probs()
Dvp9_thread_common.c497 for (j = 0; j < PARTITION_TYPES; j++) in vp9_accumulate_frame_counts()
/external/libaom/libaom/av1/common/
Denums.h145 PARTITION_TYPES = PARTITION_SPLIT + 1, enumerator
Donyxc_int.h1070 return PARTITION_TYPES; in partition_cdf_length()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h770 int partition_cost[PARTITION_CONTEXTS][PARTITION_TYPES];
Dvp9_bitstream.c44 static const struct vp9_token partition_encodings[PARTITION_TYPES] = {
1336 counts->partition[i], PARTITION_TYPES, &header_bc); in write_compressed_header()
Dvp9_encoder.c178 for (j = 0; j < PARTITION_TYPES - 1; ++j) { in compute_context_model_diff()
182 pre_last_prob = MAX_PROB - pre_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
183 cur_last_prob = MAX_PROB - cur_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
185 diff += (int)counts->partition[i][PARTITION_TYPES - 1] * in compute_context_model_diff()
/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c372 ? PARTITION_TYPES in av1_simple_motion_search_prune_part()
Dencodeframe.c2317 int tmp_partition_cost[PARTITION_TYPES]; in rd_pick_sqr_partition()
2355 for (int i = 0; i < PARTITION_TYPES; ++i) tmp_partition_cost[i] = INT_MAX; in rd_pick_sqr_partition()
3124 int tmp_partition_cost[PARTITION_TYPES]; in rd_pick_partition()
3188 for (int i = 0; i < PARTITION_TYPES; ++i) tmp_partition_cost[i] = INT_MAX; in rd_pick_partition()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2439 for (i = 0; i < PARTITION_TYPES - 1; ++i) in read_compressed_header()