Home
last modified time | relevance | path

Searched refs:cur_mg (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbInitialRateControlProcess.c415 int64_t cur_mg = head_pcs->ext_mg_id; in process_lad_queue() local
429 if (tmp_pcs->ext_mg_id >= cur_mg) { in process_lad_queue()
431 if (tmp_pcs->ext_mg_id > cur_mg) in process_lad_queue()
432 … assert_err(tmp_pcs->ext_mg_id == cur_mg+1, "err continuity in mg id"); in process_lad_queue()
438 cur_mg = tmp_pcs->ext_mg_id; in process_lad_queue()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbInitialRateControlProcess.c415 int64_t cur_mg = head_pcs->ext_mg_id; in process_lad_queue() local
429 if (tmp_pcs->ext_mg_id >= cur_mg) { in process_lad_queue()
431 if (tmp_pcs->ext_mg_id > cur_mg) in process_lad_queue()
432 … assert_err(tmp_pcs->ext_mg_id == cur_mg+1, "err continuity in mg id"); in process_lad_queue()
438 cur_mg = tmp_pcs->ext_mg_id; in process_lad_queue()
/dports/emulators/mess/mame-mame0226/src/devices/imagedev/
H A Dfloppy.cpp959 uint32_t cur_mg = buf[index] & floppy_image::MG_MASK; in write_flux() local
960 if(cur_mg == floppy_image::MG_N || cur_mg == floppy_image::MG_D) in write_flux()
961 cur_mg = floppy_image::MG_A; in write_flux()
975 write_zone(&buf[0], cells, index, pos, next_pos, cur_mg); in write_flux()
977 write_zone(&buf[0], cells, index, pos, 200000000, cur_mg); in write_flux()
979 write_zone(&buf[0], cells, index, 0, next_pos, cur_mg); in write_flux()
982 cur_mg = cur_mg == floppy_image::MG_A ? floppy_image::MG_B : floppy_image::MG_A; in write_flux()
/dports/emulators/mame/mame-mame0226/src/devices/imagedev/
H A Dfloppy.cpp959 uint32_t cur_mg = buf[index] & floppy_image::MG_MASK; in write_flux() local
960 if(cur_mg == floppy_image::MG_N || cur_mg == floppy_image::MG_D) in write_flux()
961 cur_mg = floppy_image::MG_A; in write_flux()
975 write_zone(&buf[0], cells, index, pos, next_pos, cur_mg); in write_flux()
977 write_zone(&buf[0], cells, index, pos, 200000000, cur_mg); in write_flux()
979 write_zone(&buf[0], cells, index, 0, next_pos, cur_mg); in write_flux()
982 cur_mg = cur_mg == floppy_image::MG_A ? floppy_image::MG_B : floppy_image::MG_A; in write_flux()