Home
last modified time | relevance | path

Searched refs:encode_sb (Results 1 – 25 of 30) sorted by relevance

12

/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dpartition_search.c1526 static void encode_sb(const AV1_COMP *const cpi, ThreadData *td, in encode_sb() function
1589 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1595 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col + hbs, dry_run, in encode_sb()
1964 encode_sb(cpi, td, tile_data, tp, mi_row + y_idx, mi_col + x_idx, in av1_rd_use_partition()
2004 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in av1_rd_use_partition()
2007 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in av1_rd_use_partition()
4096 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_search_for_fixed_partition()
4196 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in ml_partition_search_whole_tree()
4334 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in ml_partition_search_partial()
4408 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in av1_rd_partition_search()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dpartition_search.c1307 static void encode_sb(const AV1_COMP *const cpi, ThreadData *td, in encode_sb() function
1370 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1372 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb()
1374 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
1376 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col + hbs, dry_run, in encode_sb()
1720 encode_sb(cpi, td, tile_data, tp, mi_row + y_idx, mi_col + x_idx, in av1_rd_use_partition()
1757 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in av1_rd_use_partition()
1760 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in av1_rd_use_partition()
3741 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, run_type, bsize, in av1_rd_pick_partition()
3748 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in av1_rd_pick_partition()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dpartition_search.c1312 static void encode_sb(const AV1_COMP *const cpi, ThreadData *td, in encode_sb() function
1375 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1377 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb()
1379 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
1381 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col + hbs, dry_run, in encode_sb()
1725 encode_sb(cpi, td, tile_data, tp, mi_row + y_idx, mi_col + x_idx, in av1_rd_use_partition()
1762 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in av1_rd_use_partition()
1765 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in av1_rd_use_partition()
3857 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, run_type, bsize, in av1_rd_pick_partition()
3864 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in av1_rd_pick_partition()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dencodeframe.c1460 static void encode_sb(const AV1_COMP *const cpi, ThreadData *td, in encode_sb() function
1519 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1521 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb()
1523 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
1525 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col + hbs, dry_run, in encode_sb()
1886 encode_sb(cpi, td, tile_data, tp, mi_row + y_idx, mi_col + x_idx, in rd_use_partition()
1923 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in rd_use_partition()
1926 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_use_partition()
2616 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_pick_sqr_partition()
4202 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in rd_pick_partition()
[all …]
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dencodeframe.c1460 static void encode_sb(const AV1_COMP *const cpi, ThreadData *td, in encode_sb() function
1519 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1521 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb()
1523 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
1525 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col + hbs, dry_run, in encode_sb()
1886 encode_sb(cpi, td, tile_data, tp, mi_row + y_idx, mi_col + x_idx, in rd_use_partition()
1923 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in rd_use_partition()
1926 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_use_partition()
2616 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_pick_sqr_partition()
4202 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in rd_pick_partition()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dencodeframe.c1460 static void encode_sb(const AV1_COMP *const cpi, ThreadData *td, in encode_sb() function
1519 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1521 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb()
1523 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
1525 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col + hbs, dry_run, in encode_sb()
1886 encode_sb(cpi, td, tile_data, tp, mi_row + y_idx, mi_col + x_idx, in rd_use_partition()
1923 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in rd_use_partition()
1926 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_use_partition()
2616 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_pick_sqr_partition()
4202 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in rd_pick_partition()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dencodeframe.c1460 static void encode_sb(const AV1_COMP *const cpi, ThreadData *td, in encode_sb() function
1519 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1521 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb()
1523 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
1525 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col + hbs, dry_run, in encode_sb()
1886 encode_sb(cpi, td, tile_data, tp, mi_row + y_idx, mi_col + x_idx, in rd_use_partition()
1923 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in rd_use_partition()
1926 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_use_partition()
2616 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_pick_sqr_partition()
4202 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in rd_pick_partition()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1420 static void encode_sb(VP9_COMP *cpi, ThreadData *td, in encode_sb() function
1475 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
1477 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
1479 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
1481 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2052 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2090 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
2790 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, in rd_pick_partition()
/dports/lang/spidermonkey60/firefox-60.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1711 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function
1763 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
1765 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
1767 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
1769 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2330 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2366 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
3027 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dencodeframe.c1683 static AOM_INLINE void encode_sb(const AV1_COMP *const cpi, ThreadData *td, in encode_sb() function
1745 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
1747 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb()
1749 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
1751 encode_sb(cpi, td, tile_data, tp, mi_row + hbs, mi_col + hbs, dry_run, in encode_sb()
2090 encode_sb(cpi, td, tile_data, tp, mi_row + y_idx, mi_col + x_idx, in rd_use_partition()
2127 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in rd_use_partition()
2130 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_use_partition()
3755 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, run_type, bsize, in rd_pick_partition()
3758 encode_sb(cpi, td, tile_data, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_pick_partition()
/dports/emulators/qemu-utils/qemu-4.2.1/tcg/riscv/
H A Dtcg-target.inc.c342 static int32_t encode_sb(RISCVInsn opc, TCGReg rs1, TCGReg rs2, uint32_t imm) in encode_sb() function
403 tcg_out32(s, encode_sb(opc, rs1, rs2, imm)); in tcg_out_opc_branch()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tcg/riscv/
H A Dtcg-target.inc.c342 static int32_t encode_sb(RISCVInsn opc, TCGReg rs1, TCGReg rs2, uint32_t imm) in encode_sb() function
403 tcg_out32(s, encode_sb(opc, rs1, rs2, imm)); in tcg_out_opc_branch()
/dports/emulators/qemu42/qemu-4.2.1/tcg/riscv/
H A Dtcg-target.inc.c342 static int32_t encode_sb(RISCVInsn opc, TCGReg rs1, TCGReg rs2, uint32_t imm) in encode_sb() function
403 tcg_out32(s, encode_sb(opc, rs1, rs2, imm)); in tcg_out_opc_branch()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tcg/riscv/
H A Dtcg-target.inc.c342 static int32_t encode_sb(RISCVInsn opc, TCGReg rs1, TCGReg rs2, uint32_t imm) in encode_sb() function
403 tcg_out32(s, encode_sb(opc, rs1, rs2, imm)); in tcg_out_opc_branch()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dencodeframe.c2167 static void encode_sb(const AV1_COMP *const cpi, ThreadData *td, in encode_sb() function
2346 encode_sb(cpi, td, tile, tp, mi_row, mi_col, dry_run, subsize, in encode_sb()
2348 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, dry_run, subsize, in encode_sb()
2350 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, dry_run, subsize, in encode_sb()
2352 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, dry_run, in encode_sb()
2896 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, in rd_use_partition()
2948 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in rd_use_partition()
2951 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_use_partition()
4577 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, OUTPUT_ENABLED, bsize, in rd_pick_partition()
4580 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, DRY_RUN_NORMAL, bsize, in rd_pick_partition()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2256 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function
2309 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2311 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2313 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2315 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2880 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2916 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
4378 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2256 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function
2309 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2311 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2313 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2315 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2880 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2916 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
4370 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()
/dports/www/firefox/firefox-99.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2256 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function
2309 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2311 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2313 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2315 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2880 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2916 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
4378 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()
/dports/mail/thunderbird/thunderbird-91.8.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2256 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function
2309 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2311 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2313 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2315 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2880 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2916 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
4378 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()
/dports/lang/spidermonkey78/firefox-78.9.0/media/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2256 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function
2309 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2311 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2313 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2315 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2880 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2916 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
4378 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2267 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function
2320 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2322 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2324 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2326 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2891 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2927 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
4603 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2267 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function
2320 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2322 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2324 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2326 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2891 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2927 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
4603 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()
/dports/multimedia/libvpx/libvpx-1.11.0/vp9/encoder/
H A Dvp9_encodeframe.c2225 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function
2278 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2280 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2282 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2284 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2850 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2886 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
4403 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2267 static void encode_sb(VP9_COMP *cpi, ThreadData *td, const TileInfo *const tile, in encode_sb() function
2320 encode_sb(cpi, td, tile, tp, mi_row, mi_col, output_enabled, subsize, in encode_sb()
2322 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
2324 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
2326 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
2891 encode_sb(cpi, td, tile_info, tp, mi_row + y_idx, mi_col + x_idx, 0, in rd_use_partition()
2927 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_use_partition()
4599 encode_sb(cpi, td, tile_info, tp, mi_row, mi_col, output_enabled, bsize, in rd_pick_partition()
/dports/emulators/qemu5/qemu-5.2.0/tcg/riscv/
H A Dtcg-target.c.inc340 static int32_t encode_sb(RISCVInsn opc, TCGReg rs1, TCGReg rs2, uint32_t imm)
401 tcg_out32(s, encode_sb(opc, rs1, rs2, imm));

12