Searched refs:TX_SIZES (Results 1 – 15 of 15) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymode.h | 29 vp9_prob p32x32[TX_SIZE_CONTEXTS][TX_SIZES - 1]; 30 vp9_prob p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 2]; 31 vp9_prob p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 3]; 35 unsigned int p32x32[TX_SIZE_CONTEXTS][TX_SIZES]; 36 unsigned int p16x16[TX_SIZE_CONTEXTS][TX_SIZES - 1]; 37 unsigned int p8x8[TX_SIZE_CONTEXTS][TX_SIZES - 2]; 44 vp9_coeff_probs_model coef_probs[TX_SIZES][PLANE_TYPES]; 61 vp9_coeff_count_model coef[TX_SIZES][PLANE_TYPES]; 62 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES]
|
D | vp9_loopfilter.h | 73 uint64_t left_y[TX_SIZES]; 74 uint64_t above_y[TX_SIZES]; 76 uint16_t left_uv[TX_SIZES]; 77 uint16_t above_uv[TX_SIZES];
|
D | vp9_scan.h | 34 extern const scan_order vp9_default_scan_orders[TX_SIZES]; 35 extern const scan_order vp9_scan_orders[TX_SIZES][TX_TYPES];
|
D | vp9_entropymode.c | 395 unsigned int branch_ct_8x8p[TX_SIZES - 3][2]; in vp9_adapt_mode_probs() 396 unsigned int branch_ct_16x16p[TX_SIZES - 2][2]; in vp9_adapt_mode_probs() 397 unsigned int branch_ct_32x32p[TX_SIZES - 1][2]; in vp9_adapt_mode_probs() 401 for (j = 0; j < TX_SIZES - 3; ++j) in vp9_adapt_mode_probs() 406 for (j = 0; j < TX_SIZES - 2; ++j) in vp9_adapt_mode_probs() 411 for (j = 0; j < TX_SIZES - 1; ++j) in vp9_adapt_mode_probs()
|
D | vp9_enums.h | 65 TX_SIZES enumerator
|
D | vp9_scan.c | 268 const scan_order vp9_default_scan_orders[TX_SIZES] = { 275 const scan_order vp9_scan_orders[TX_SIZES][TX_TYPES] = {
|
D | vp9_loopfilter.c | 36 static const uint64_t left_64x64_txform_mask[TX_SIZES]= { 60 static const uint64_t above_64x64_txform_mask[TX_SIZES]= { 138 static const uint16_t left_64x64_txform_mask_uv[TX_SIZES]= { 145 static const uint16_t above_64x64_txform_mask_uv[TX_SIZES]= {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_speed_features.h | 276 int intra_y_mode_mask[TX_SIZES]; 277 int intra_uv_mode_mask[TX_SIZES];
|
D | vp9_block.h | 151 uint8_t zcoeff_blk[TX_SIZES][256]; 159 vp9_coeff_cost token_costs[TX_SIZES];
|
D | vp9_onyx_int.h | 389 vp9_coeff_count coef_counts[TX_SIZES][PLANE_TYPES]; 390 vp9_coeff_probs_model frame_coef_probs[TX_SIZES][PLANE_TYPES]; 492 unsigned int tx_stepdown_count[TX_SIZES];
|
D | vp9_speed_features.c | 139 for (i = 0; i < TX_SIZES; i++) { in set_good_speed_feature() 242 for (i = 0; i < TX_SIZES; i++) { in set_rt_speed_feature() 322 for (i = 0; i < TX_SIZES; i++) { in vp9_set_speed_features()
|
D | vp9_bitstream.c | 672 vp9_coeff_stats frame_branch_ct[TX_SIZES][PLANE_TYPES]; in update_coef_probs() 814 unsigned int ct_8x8p[TX_SIZES - 3][2]; in encode_txfm_probs() 815 unsigned int ct_16x16p[TX_SIZES - 2][2]; in encode_txfm_probs() 816 unsigned int ct_32x32p[TX_SIZES - 1][2]; in encode_txfm_probs() 821 for (j = 0; j < TX_SIZES - 3; j++) in encode_txfm_probs() 827 for (j = 0; j < TX_SIZES - 2; j++) in encode_txfm_probs() 834 for (j = 0; j < TX_SIZES - 1; j++) in encode_txfm_probs()
|
D | vp9_rdopt.c | 546 static const int16_t band_counts[TX_SIZES][8] = { 803 int64_t rd[TX_SIZES][2] = {{INT64_MAX, INT64_MAX}, in choose_txfm_size_from_rd() 886 int64_t rd[TX_SIZES][2] = {{INT64_MAX, INT64_MAX}, in choose_txfm_size_from_modelrd() 892 double scale_rd[TX_SIZES] = {1.73, 1.44, 1.20, 1.00}; in choose_txfm_size_from_modelrd() 951 int r[TX_SIZES][2], s[TX_SIZES]; in inter_super_block_yrd() 952 int64_t d[TX_SIZES], sse[TX_SIZES]; in inter_super_block_yrd() 995 int64_t sse[TX_SIZES]; in intra_super_block_yrd() 1005 int r[TX_SIZES][2], s[TX_SIZES]; in intra_super_block_yrd() 1006 int64_t d[TX_SIZES]; in intra_super_block_yrd() 3158 int rate_uv_intra[TX_SIZES], rate_uv_tokenonly[TX_SIZES]; in vp9_rd_pick_inter_mode_sb() [all …]
|
D | vp9_encodeframe.c | 2521 for (i = 0; i < TX_SIZES; ++i) in select_tx_mode() 3284 pd -= RDCOST(cpi->mb.rdmult, cpi->mb.rddiv, 2048 * (TX_SIZES - 1), 0); in vp9_encode_frame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 92 for (j = 0; j < TX_SIZES - 3; ++j) in read_tx_mode_probs() 96 for (j = 0; j < TX_SIZES - 2; ++j) in read_tx_mode_probs() 100 for (j = 0; j < TX_SIZES - 1; ++j) in read_tx_mode_probs()
|