/dports/multimedia/kvazaar/kvazaar-2.1.0/src/ |
H A D | transform.c | 352 case COLOR_U: in quantize_tr_residual() 473 cbf_clear(&cur_pu->cbf, depth, COLOR_U); in kvz_quantize_lcu_residual() 498 cbf_set_conditionally(&cur_pu->cbf, child_cbfs, depth, COLOR_U); in kvz_quantize_lcu_residual() 508 quantize_tr_residual(state, COLOR_U, x, y, depth, cur_pu, lcu, early_skip); in kvz_quantize_lcu_residual()
|
H A D | image.c | 91 im->u = im->data[COLOR_U] = NULL; in kvz_image_alloc() 94 im->u = im->data[COLOR_U] = &im->fulldata[luma_size]; in kvz_image_alloc() 136 im->data[COLOR_Y] = im->data[COLOR_U] = im->data[COLOR_V] = NULL; in kvz_image_free() 182 … im->u = im->data[COLOR_U] = &orig_image->u[x_offset / 2 + y_offset / 2 * orig_image->stride / 2]; in kvz_image_make_subimage()
|
H A D | intra.c | 601 case COLOR_U: in intra_recon_tb_leaf() 645 cbf_clear(&cur_cu->cbf, depth, COLOR_U); in kvz_intra_recon_cu() 671 cbf_set_conditionally(&cur_cu->cbf, child_cbfs, depth, COLOR_U); in kvz_intra_recon_cu() 682 intra_recon_tb_leaf(state, x, y, depth, mode_chroma, lcu, COLOR_U); in kvz_intra_recon_cu()
|
H A D | search_intra.c | 213 cbf_clear(&pred_cu->cbf, depth, COLOR_U); in search_intra_trdepth() 284 if (tr_depth == 0 || cbf_is_set(pred_cu->cbf, depth - 1, COLOR_U)) { in search_intra_trdepth() 285 cbf_bits += CTX_ENTROPY_FBITS(ctx, cbf_is_set(pred_cu->cbf, depth, COLOR_U)); in search_intra_trdepth() 346 kvz_intra_predict(refs_u, log2_width_c, modes[i], COLOR_U, pred, false); in search_intra_chroma_rough() 761 kvz_intra_build_reference(log2_width_c, COLOR_U, &luma_px, &pic_px, lcu, &refs_u); in kvz_search_cu_intra_chroma()
|
H A D | global.h | 299 typedef enum { COLOR_Y = 0, COLOR_U, COLOR_V } color_t; enumerator
|
H A D | encode_coding_tree.c | 164 bool chroma_cbf_set = cbf_is_set(cur_pu->cbf, depth, COLOR_U) || in encode_transform_unit() 174 if (cbf_is_set(cur_pu->cbf, depth, COLOR_U)) { in encode_transform_unit() 228 const int cb_flag_u = cbf_is_set(cur_cu->cbf, depth, COLOR_U); in encode_transform_coeff()
|
H A D | search.c | 292 cbf_is_set(tr_cu->cbf, depth, COLOR_U) || in kvz_cu_rd_cost_luma() 344 if (tr_depth == 0 || cbf_is_set(pred_cu->cbf, depth - 1, COLOR_U)) { in kvz_cu_rd_cost_chroma() 345 tr_tree_bits += CTX_ENTROPY_FBITS(ctx, cbf_is_set(pred_cu->cbf, depth, COLOR_U)); in kvz_cu_rd_cost_chroma()
|
H A D | cu.h | 527 cbf_is_set(cbf, depth, COLOR_U) || in cbf_is_set_any()
|
H A D | sao.c | 623 for (color_i = COLOR_U; color_i <= COLOR_V; ++color_i) { in sao_search_chroma()
|
H A D | encoderstate.c | 442 COLOR_U); in encoder_sao_reconstruct() 538 encode_sao_color(state, sao_chroma, COLOR_U); in encode_sao()
|
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/generic/ |
H A D | quant-generic.c | 263 …kvz_dequant(state, coeff_out, coeff, width, width, (color == COLOR_Y ? 0 : (color == COLOR_U ? 2 :… in kvz_quantize_residual_generic()
|
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/ |
H A D | quant-avx2.c | 696 …kvz_dequant(state, coeff_out, coeff, width, width, (color == COLOR_Y ? 0 : (color == COLOR_U ? 2 :… in kvz_quantize_residual_avx2()
|