Home
last modified time | relevance | path

Searched defs:tr_depth (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dsearch.c131 void kvz_lcu_fill_trdepth(lcu_t *lcu, int x_px, int y_px, int depth, int tr_depth) in kvz_lcu_fill_trdepth()
265 const uint8_t tr_depth = tr_cu->tr_depth - depth; in kvz_cu_rd_cost_luma() local
342 const int tr_depth = depth - pred_cu->depth; in kvz_cu_rd_cost_chroma() local
633 int tr_depth = MAX(1, depth); in search_cu() local
H A Dsearch_intra.c281 const uint8_t tr_depth = depth - pred_cu->depth; in search_intra_trdepth() local
571 const int tr_depth = CLIP(1, MAX_PU_DEPTH, depth + state->encoder_control->cfg.tr_depth_intra); in search_intra_rdo() local
H A Dencode_coding_tree.c197 int8_t tr_depth, in encode_transform_coeff()
H A Dcu.h134 uint8_t tr_depth : 3; //!< \brief transform depth member
H A Drdo.c673 int32_t height, int8_t type, int8_t scan_mode, int8_t block_type, int8_t tr_depth) in kvz_rdoq()
H A Dsearch_inter.c1953 int tr_depth = MAX(1, depth); in kvz_cu_cost_inter_rd2() local
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/generic/
H A Dquant-generic.c237 int8_t tr_depth = cur_cu->tr_depth - cur_cu->depth; in kvz_quantize_residual_generic() local
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/
H A Dquant-avx2.c675 int8_t tr_depth = cur_cu->tr_depth - cur_cu->depth; in kvz_quantize_residual_avx2() local