Home
last modified time | relevance | path

Searched refs:update_cdf (Results 1 – 25 of 100) sorted by relevance

1234

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbMdRateEstimation.c709 update_cdf(mvcomp->sign_cdf, sign, 2); in update_mv_component_stats()
729 update_cdf(hp_cdf, hp, 2); in update_mv_component_stats()
790 update_cdf( in update_palette_cdf()
803 update_cdf( in update_palette_cdf()
938 update_cdf( in update_stats()
948 update_cdf( in update_stats()
993 update_cdf( in update_stats()
996 update_cdf( in update_stats()
1016 update_cdf( in update_stats()
1040 update_cdf( in update_stats()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbMdRateEstimation.c709 update_cdf(mvcomp->sign_cdf, sign, 2); in update_mv_component_stats()
729 update_cdf(hp_cdf, hp, 2); in update_mv_component_stats()
790 update_cdf( in update_palette_cdf()
803 update_cdf( in update_palette_cdf()
938 update_cdf( in update_stats()
948 update_cdf( in update_stats()
993 update_cdf( in update_stats()
996 update_cdf( in update_stats()
1016 update_cdf( in update_stats()
1040 update_cdf( in update_stats()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/src/asm/x86/
H A Dec.rs15 pub fn update_cdf(cdf: &mut [u16], val: u32) { in update_cdf() function
22 rust::update_cdf(cdf, val); in update_cdf()
101 rust::update_cdf(&mut cdf, i); in update_cdf_4_sse2()
111 rust::update_cdf(&mut cdf, i); in update_cdf_4_sse2()
/dports/multimedia/rav1e/rav1e-0.5.1/src/asm/x86/
H A Dec.rs15 pub fn update_cdf(cdf: &mut [u16], val: u32) { in update_cdf() function
22 rust::update_cdf(cdf, val); in update_cdf()
101 rust::update_cdf(&mut cdf, i); in update_cdf_4_sse2()
111 rust::update_cdf(&mut cdf, i); in update_cdf_4_sse2()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/asm/x86/
H A Dec.rs15 pub fn update_cdf(cdf: &mut [u16], val: u32) { in update_cdf() function
22 rust::update_cdf(cdf, val); in update_cdf()
100 rust::update_cdf(&mut cdf, i); in update_cdf_4_sse2()
110 rust::update_cdf(&mut cdf, i); in update_cdf_4_sse2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dencodemv.c35 update_cdf(mvcomp->sign_cdf, sign, 2); in update_mv_component_stats()
38 update_cdf(mvcomp->classes_cdf, mv_class, MV_CLASSES); in update_mv_component_stats()
42 update_cdf(mvcomp->class0_cdf, d, CLASS0_SIZE); in update_mv_component_stats()
46 update_cdf(mvcomp->bits_cdf[i], (d >> i) & 1, 2); in update_mv_component_stats()
52 update_cdf(fp_cdf, fr, MV_FP_SIZE); in update_mv_component_stats()
59 update_cdf(hp_cdf, hp, 2); in update_mv_component_stats()
68 update_cdf(mvctx->joints_cdf, j, MV_JOINTS); in av1_update_mv_stats()
H A Dmv_prec.c89 update_cdf(sign_cdf, sign, 2); in keep_one_comp_stat()
93 update_cdf(class_cdf, mv_class, MV_CLASSES); in keep_one_comp_stat()
98 update_cdf(class0_cdf, int_part, CLASS0_SIZE); in keep_one_comp_stat()
103 update_cdf(bits_cdf[i], (int_part >> i) & 1, 2); in keep_one_comp_stat()
109 update_cdf(frac_part_cdf, frac_part, MV_FP_SIZE); in keep_one_comp_stat()
113 update_cdf(high_part_cdf, high_part, 2); in keep_one_comp_stat()
147 update_cdf(joint_cdf, mv_joint, MV_JOINTS); in keep_one_mv_stat()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dencodemv.c35 update_cdf(mvcomp->sign_cdf, sign, 2); in update_mv_component_stats()
38 update_cdf(mvcomp->classes_cdf, mv_class, MV_CLASSES); in update_mv_component_stats()
42 update_cdf(mvcomp->class0_cdf, d, CLASS0_SIZE); in update_mv_component_stats()
46 update_cdf(mvcomp->bits_cdf[i], (d >> i) & 1, 2); in update_mv_component_stats()
52 update_cdf(fp_cdf, fr, MV_FP_SIZE); in update_mv_component_stats()
59 update_cdf(hp_cdf, hp, 2); in update_mv_component_stats()
68 update_cdf(mvctx->joints_cdf, j, MV_JOINTS); in av1_update_mv_stats()
H A Dmv_prec.c89 update_cdf(sign_cdf, sign, 2); in keep_one_comp_stat()
93 update_cdf(class_cdf, mv_class, MV_CLASSES); in keep_one_comp_stat()
98 update_cdf(class0_cdf, int_part, CLASS0_SIZE); in keep_one_comp_stat()
103 update_cdf(bits_cdf[i], (int_part >> i) & 1, 2); in keep_one_comp_stat()
109 update_cdf(frac_part_cdf, frac_part, MV_FP_SIZE); in keep_one_comp_stat()
113 update_cdf(high_part_cdf, high_part, 2); in keep_one_comp_stat()
147 update_cdf(joint_cdf, mv_joint, MV_JOINTS); in keep_one_mv_stat()
H A Dencodeframe_utils.c351 update_cdf(fc->newmv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
358 update_cdf(fc->newmv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
365 update_cdf(fc->zeromv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
372 update_cdf(fc->zeromv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
403 update_cdf(fc->palette_y_size_cdf[palette_bsize_ctx], in update_palette_cdf()
464 update_cdf(fc->filter_intra_mode_cdf, in av1_sum_intra_stats()
474 update_cdf(fc->angle_delta_cdf[mbmi->mode - V_PRED], in av1_sum_intra_stats()
486 update_cdf(fc->uv_mode_cdf[cfl_allowed][y_mode], uv_mode, in av1_sum_intra_stats()
502 update_cdf(cdf_u, CFL_IDX_U(idx), CFL_ALPHABET_SIZE); in av1_sum_intra_stats()
510 update_cdf(cdf_v, CFL_IDX_V(idx), CFL_ALPHABET_SIZE); in av1_sum_intra_stats()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dencodemv.c35 update_cdf(mvcomp->sign_cdf, sign, 2); in update_mv_component_stats()
38 update_cdf(mvcomp->classes_cdf, mv_class, MV_CLASSES); in update_mv_component_stats()
42 update_cdf(mvcomp->class0_cdf, d, CLASS0_SIZE); in update_mv_component_stats()
46 update_cdf(mvcomp->bits_cdf[i], (d >> i) & 1, 2); in update_mv_component_stats()
52 update_cdf(fp_cdf, fr, MV_FP_SIZE); in update_mv_component_stats()
59 update_cdf(hp_cdf, hp, 2); in update_mv_component_stats()
68 update_cdf(mvctx->joints_cdf, j, MV_JOINTS); in av1_update_mv_stats()
H A Dencodetxb.c149 update_cdf(ec_ctx->eob_flag_cdf16[plane][eob_multi_ctx], eob_pt - 1, 5);
170 update_cdf(ec_ctx->eob_flag_cdf128[plane][eob_multi_ctx], eob_pt - 1,
179 update_cdf(ec_ctx->eob_flag_cdf256[plane][eob_multi_ctx], eob_pt - 1,
188 update_cdf(ec_ctx->eob_flag_cdf512[plane][eob_multi_ctx], eob_pt - 1,
198 update_cdf(ec_ctx->eob_flag_cdf1024[plane][eob_multi_ctx], eob_pt - 1,
212 update_cdf(ec_ctx->eob_extra_cdf[txs_ctx][plane][eob_ctx], bit, 2);
511 update_cdf(fc->inter_ext_tx_cdf[eset][txsize_sqr_map[tx_size]],
531 update_cdf(
579 update_cdf(ec_ctx->txb_skip_cdf[txsize_ctx][txb_ctx.txb_skip_ctx],
637 update_cdf(
[all …]
H A Dmv_prec.c87 update_cdf(sign_cdf, sign, 2); in keep_one_comp_stat()
91 update_cdf(class_cdf, mv_class, MV_CLASSES); in keep_one_comp_stat()
96 update_cdf(class0_cdf, int_part, CLASS0_SIZE); in keep_one_comp_stat()
101 update_cdf(bits_cdf[i], (int_part >> i) & 1, 2); in keep_one_comp_stat()
107 update_cdf(frac_part_cdf, frac_part, MV_FP_SIZE); in keep_one_comp_stat()
111 update_cdf(high_part_cdf, high_part, 2); in keep_one_comp_stat()
144 update_cdf(joint_cdf, mv_joint, MV_JOINTS); in keep_one_mv_stat()
H A Dencodeframe_utils.c362 update_cdf(fc->newmv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
369 update_cdf(fc->newmv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
376 update_cdf(fc->zeromv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
383 update_cdf(fc->zeromv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
414 update_cdf(fc->palette_y_size_cdf[palette_bsize_ctx], in update_palette_cdf()
475 update_cdf(fc->filter_intra_mode_cdf, in av1_sum_intra_stats()
485 update_cdf(fc->angle_delta_cdf[mbmi->mode - V_PRED], in av1_sum_intra_stats()
497 update_cdf(fc->uv_mode_cdf[cfl_allowed][y_mode], uv_mode, in av1_sum_intra_stats()
513 update_cdf(cdf_u, CFL_IDX_U(idx), CFL_ALPHABET_SIZE); in av1_sum_intra_stats()
521 update_cdf(cdf_v, CFL_IDX_V(idx), CFL_ALPHABET_SIZE); in av1_sum_intra_stats()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dencodemv.c35 update_cdf(mvcomp->sign_cdf, sign, 2); in update_mv_component_stats()
38 update_cdf(mvcomp->classes_cdf, mv_class, MV_CLASSES); in update_mv_component_stats()
42 update_cdf(mvcomp->class0_cdf, d, CLASS0_SIZE); in update_mv_component_stats()
46 update_cdf(mvcomp->bits_cdf[i], (d >> i) & 1, 2); in update_mv_component_stats()
52 update_cdf(fp_cdf, fr, MV_FP_SIZE); in update_mv_component_stats()
59 update_cdf(hp_cdf, hp, 2); in update_mv_component_stats()
68 update_cdf(mvctx->joints_cdf, j, MV_JOINTS); in av1_update_mv_stats()
H A Dencodetxb.c147 update_cdf(ec_ctx->eob_flag_cdf16[plane][eob_multi_ctx], eob_pt - 1, 5);
168 update_cdf(ec_ctx->eob_flag_cdf128[plane][eob_multi_ctx], eob_pt - 1,
177 update_cdf(ec_ctx->eob_flag_cdf256[plane][eob_multi_ctx], eob_pt - 1,
186 update_cdf(ec_ctx->eob_flag_cdf512[plane][eob_multi_ctx], eob_pt - 1,
196 update_cdf(ec_ctx->eob_flag_cdf1024[plane][eob_multi_ctx], eob_pt - 1,
210 update_cdf(ec_ctx->eob_extra_cdf[txs_ctx][plane][eob_ctx], bit, 2);
502 update_cdf(fc->inter_ext_tx_cdf[eset][txsize_sqr_map[tx_size]],
522 update_cdf(
570 update_cdf(ec_ctx->txb_skip_cdf[txsize_ctx][txb_ctx.txb_skip_ctx],
627 update_cdf(
[all …]
H A Dmv_prec.c89 update_cdf(sign_cdf, sign, 2); in keep_one_comp_stat()
93 update_cdf(class_cdf, mv_class, MV_CLASSES); in keep_one_comp_stat()
98 update_cdf(class0_cdf, int_part, CLASS0_SIZE); in keep_one_comp_stat()
103 update_cdf(bits_cdf[i], (int_part >> i) & 1, 2); in keep_one_comp_stat()
109 update_cdf(frac_part_cdf, frac_part, MV_FP_SIZE); in keep_one_comp_stat()
113 update_cdf(high_part_cdf, high_part, 2); in keep_one_comp_stat()
147 update_cdf(joint_cdf, mv_joint, MV_JOINTS); in keep_one_mv_stat()
H A Dencodeframe_utils.c345 update_cdf(fc->newmv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
352 update_cdf(fc->newmv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
359 update_cdf(fc->zeromv_cdf[mode_ctx], 0, 2); in av1_update_inter_mode_stats()
366 update_cdf(fc->zeromv_cdf[mode_ctx], 1, 2); in av1_update_inter_mode_stats()
397 update_cdf(fc->palette_y_size_cdf[palette_bsize_ctx], in update_palette_cdf()
458 update_cdf(fc->filter_intra_mode_cdf, in av1_sum_intra_stats()
468 update_cdf(fc->angle_delta_cdf[mbmi->mode - V_PRED], in av1_sum_intra_stats()
480 update_cdf(fc->uv_mode_cdf[cfl_allowed][y_mode], uv_mode, in av1_sum_intra_stats()
496 update_cdf(cdf_u, CFL_IDX_U(idx), CFL_ALPHABET_SIZE); in av1_sum_intra_stats()
504 update_cdf(cdf_v, CFL_IDX_V(idx), CFL_ALPHABET_SIZE); in av1_sum_intra_stats()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dencodeframe.c787 update_cdf(fc->filter_intra_mode_cdf, in sum_intra_stats()
799 update_cdf(fc->angle_delta_cdf[mbmi->mode - V_PRED], in sum_intra_stats()
853 update_cdf(fc->angle_delta_cdf[uv_mode - UV_V_PRED], in sum_intra_stats()
1059 update_cdf(av1_get_pred_cdf_comp_ref_p1(xd), in update_stats()
1068 update_cdf(av1_get_pred_cdf_comp_ref_p2(xd), in update_stats()
1173 update_cdf(fc->wedge_interintra_cdf[bsize], in update_stats()
1181 update_cdf(fc->wedge_idx_cdf[bsize], in update_stats()
1256 update_cdf(fc->compound_type_cdf[bsize], in update_stats()
1268 update_cdf(fc->wedge_idx_cdf[bsize], in update_stats()
1288 update_cdf(fc->inter_compound_mode_cdf[mode_ctx], in update_stats()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dencodeframe.c787 update_cdf(fc->filter_intra_mode_cdf, in sum_intra_stats()
799 update_cdf(fc->angle_delta_cdf[mbmi->mode - V_PRED], in sum_intra_stats()
853 update_cdf(fc->angle_delta_cdf[uv_mode - UV_V_PRED], in sum_intra_stats()
1059 update_cdf(av1_get_pred_cdf_comp_ref_p1(xd), in update_stats()
1068 update_cdf(av1_get_pred_cdf_comp_ref_p2(xd), in update_stats()
1173 update_cdf(fc->wedge_interintra_cdf[bsize], in update_stats()
1181 update_cdf(fc->wedge_idx_cdf[bsize], in update_stats()
1256 update_cdf(fc->compound_type_cdf[bsize], in update_stats()
1268 update_cdf(fc->wedge_idx_cdf[bsize], in update_stats()
1288 update_cdf(fc->inter_compound_mode_cdf[mode_ctx], in update_stats()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dencodeframe.c787 update_cdf(fc->filter_intra_mode_cdf, in sum_intra_stats()
799 update_cdf(fc->angle_delta_cdf[mbmi->mode - V_PRED], in sum_intra_stats()
853 update_cdf(fc->angle_delta_cdf[uv_mode - UV_V_PRED], in sum_intra_stats()
1059 update_cdf(av1_get_pred_cdf_comp_ref_p1(xd), in update_stats()
1068 update_cdf(av1_get_pred_cdf_comp_ref_p2(xd), in update_stats()
1173 update_cdf(fc->wedge_interintra_cdf[bsize], in update_stats()
1181 update_cdf(fc->wedge_idx_cdf[bsize], in update_stats()
1256 update_cdf(fc->compound_type_cdf[bsize], in update_stats()
1268 update_cdf(fc->wedge_idx_cdf[bsize], in update_stats()
1288 update_cdf(fc->inter_compound_mode_cdf[mode_ctx], in update_stats()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dencodeframe.c787 update_cdf(fc->filter_intra_mode_cdf, in sum_intra_stats()
799 update_cdf(fc->angle_delta_cdf[mbmi->mode - V_PRED], in sum_intra_stats()
853 update_cdf(fc->angle_delta_cdf[uv_mode - UV_V_PRED], in sum_intra_stats()
1059 update_cdf(av1_get_pred_cdf_comp_ref_p1(xd), in update_stats()
1068 update_cdf(av1_get_pred_cdf_comp_ref_p2(xd), in update_stats()
1173 update_cdf(fc->wedge_interintra_cdf[bsize], in update_stats()
1181 update_cdf(fc->wedge_idx_cdf[bsize], in update_stats()
1256 update_cdf(fc->compound_type_cdf[bsize], in update_stats()
1268 update_cdf(fc->wedge_idx_cdf[bsize], in update_stats()
1288 update_cdf(fc->inter_compound_mode_cdf[mode_ctx], in update_stats()
[all …]
/dports/multimedia/librav1e/rav1e-0.5.1/src/x86/
H A Dmsac.asm68 .update_cdf: resd 1 label
93 mov t3d, [t0+msac.update_cdf]
114 ; update_cdf:
224 mov t3d, [t0+msac.update_cdf]
271 mov t3d, [t0+msac.update_cdf]
360 mov t3d, [t0+msac.update_cdf]
/dports/multimedia/rav1e/rav1e-0.5.1/src/x86/
H A Dmsac.asm68 .update_cdf: resd 1 label
93 mov t3d, [t0+msac.update_cdf]
114 ; update_cdf:
224 mov t3d, [t0+msac.update_cdf]
271 mov t3d, [t0+msac.update_cdf]
360 mov t3d, [t0+msac.update_cdf]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/rav1e-0.4.1/src/x86/
H A Dmsac.asm68 .update_cdf: resd 1 label
93 mov t3d, [t0+msac.update_cdf]
114 ; update_cdf:
223 mov t3d, [t0+msac.update_cdf]
270 mov t3d, [t0+msac.update_cdf]
359 mov t3d, [t0+msac.update_cdf]

1234