Home
last modified time | relevance | path

Searched refs:MB_SIZE (Results 1 – 25 of 108) sorted by relevance

12345

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dcinepakenc.c54 #define MB_SIZE 4 //4x4 MBs macro
55 #define MB_AREA (MB_SIZE * MB_SIZE)
512 for (y = 0; y < MB_SIZE; y++) in copy_mb()
514 MB_SIZE); in copy_mb()
521 MB_SIZE / 2); in copy_mb()
549 for (z = y = 0; y < h; y += MB_SIZE) in encode_mode()
677 for (y = 0; y < MB_SIZE; y++) in compute_mb_distortion()
678 for (x = 0; x < MB_SIZE; x++) { in compute_mb_distortion()
768 vq_linesize[0] = MB_SIZE; in quantize()
772 vq_linesize[2] = MB_SIZE >> 1; in quantize()
[all …]
H A Dlibx264.c48 #define MB_SIZE 16 macro
383 int mbx = (frame->width + MB_SIZE - 1) / MB_SIZE; in X264_frame()
384 int mby = (frame->height + MB_SIZE - 1) / MB_SIZE; in X264_frame()
411 starty = FFMIN(mby, roi->top / MB_SIZE); in X264_frame()
412 endy = FFMIN(mby, (roi->bottom + MB_SIZE - 1)/ MB_SIZE); in X264_frame()
413 startx = FFMIN(mbx, roi->left / MB_SIZE); in X264_frame()
414 endx = FFMIN(mbx, (roi->right + MB_SIZE - 1)/ MB_SIZE); in X264_frame()
H A Dsnow.h74 #define MB_SIZE (1<<LOG2_MB_SIZE) macro
291 int tmp_step= src_stride >= 7*MB_SIZE ? MB_SIZE : MB_SIZE*src_stride; in add_yblock()
409 int block_size = MB_SIZE >> s->block_max_depth; in predict_slice()
H A Dsnowenc.c91 s->m.sc.obmc_scratchpad= av_mallocz(MB_SIZE*MB_SIZE*12*sizeof(uint32_t)); in encode_init()
516 const int block_size = MB_SIZE >> s->block_max_depth; in get_dc()
609 …_block_rd(SnowContext *s, int mb_x, int mb_y, int plane_index, uint8_t (*obmc_edged)[MB_SIZE * 2]){ in get_block_rd()
611 const int block_size = MB_SIZE >> s->block_max_depth; in get_block_rd()
713 const int block_size = MB_SIZE >> s->block_max_depth; in get_4block_rd()
1034 const int b_w= (MB_SIZE >> s->block_max_depth); in iterative_me()
1035 uint8_t obmc_edged[MB_SIZE * 2][MB_SIZE * 2]; in iterative_me()
1077 const int block_w= MB_SIZE >> s->block_max_depth; in iterative_me()
1078 const int block_h= MB_SIZE >> s->block_max_depth; in iterative_me()
1234 if(s->c.bytestream_end - s->c.bytestream < w*MB_SIZE*MB_SIZE*3){ //FIXME nicer limit in encode_blocks()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dcinepakenc.c54 #define MB_SIZE 4 //4x4 MBs macro
55 #define MB_AREA (MB_SIZE * MB_SIZE)
512 for (y = 0; y < MB_SIZE; y++) in copy_mb()
514 MB_SIZE); in copy_mb()
521 MB_SIZE / 2); in copy_mb()
549 for (z = y = 0; y < h; y += MB_SIZE) in encode_mode()
677 for (y = 0; y < MB_SIZE; y++) in compute_mb_distortion()
678 for (x = 0; x < MB_SIZE; x++) { in compute_mb_distortion()
768 vq_linesize[0] = MB_SIZE; in quantize()
772 vq_linesize[2] = MB_SIZE >> 1; in quantize()
[all …]
H A Dlibx264.c48 #define MB_SIZE 16 macro
383 int mbx = (frame->width + MB_SIZE - 1) / MB_SIZE; in X264_frame()
384 int mby = (frame->height + MB_SIZE - 1) / MB_SIZE; in X264_frame()
411 starty = FFMIN(mby, roi->top / MB_SIZE); in X264_frame()
412 endy = FFMIN(mby, (roi->bottom + MB_SIZE - 1)/ MB_SIZE); in X264_frame()
413 startx = FFMIN(mbx, roi->left / MB_SIZE); in X264_frame()
414 endx = FFMIN(mbx, (roi->right + MB_SIZE - 1)/ MB_SIZE); in X264_frame()
H A Dsnow.h74 #define MB_SIZE (1<<LOG2_MB_SIZE) macro
292 int tmp_step= src_stride >= 7*MB_SIZE ? MB_SIZE : MB_SIZE*src_stride; in add_yblock()
410 int block_size = MB_SIZE >> s->block_max_depth; in predict_slice()
H A Dsnowenc.c91 s->m.sc.obmc_scratchpad= av_mallocz(MB_SIZE*MB_SIZE*12*sizeof(uint32_t)); in encode_init()
516 const int block_size = MB_SIZE >> s->block_max_depth; in get_dc()
609 …_block_rd(SnowContext *s, int mb_x, int mb_y, int plane_index, uint8_t (*obmc_edged)[MB_SIZE * 2]){ in get_block_rd()
611 const int block_size = MB_SIZE >> s->block_max_depth; in get_block_rd()
713 const int block_size = MB_SIZE >> s->block_max_depth; in get_4block_rd()
1034 const int b_w= (MB_SIZE >> s->block_max_depth); in iterative_me()
1035 uint8_t obmc_edged[MB_SIZE * 2][MB_SIZE * 2]; in iterative_me()
1077 const int block_w= MB_SIZE >> s->block_max_depth; in iterative_me()
1078 const int block_h= MB_SIZE >> s->block_max_depth; in iterative_me()
1234 if(s->c.bytestream_end - s->c.bytestream < w*MB_SIZE*MB_SIZE*3){ //FIXME nicer limit in encode_blocks()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dcinepakenc.c54 #define MB_SIZE 4 //4x4 MBs macro
55 #define MB_AREA (MB_SIZE * MB_SIZE)
529 for (y = 0; y < MB_SIZE; y++) in copy_mb()
531 MB_SIZE); in copy_mb()
538 MB_SIZE / 2); in copy_mb()
565 for (z = y = 0; y < h; y += MB_SIZE) in encode_mode()
693 for (y = 0; y < MB_SIZE; y++) in compute_mb_distortion()
694 for (x = 0; x < MB_SIZE; x++) { in compute_mb_distortion()
784 vq_linesize[0] = MB_SIZE; in quantize()
788 vq_linesize[2] = MB_SIZE >> 1; in quantize()
[all …]
H A Dsnow.h74 #define MB_SIZE (1<<LOG2_MB_SIZE) macro
291 int tmp_step= src_stride >= 7*MB_SIZE ? MB_SIZE : MB_SIZE*src_stride; in add_yblock()
409 int block_size = MB_SIZE >> s->block_max_depth; in predict_slice()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dcinepakenc.c54 #define MB_SIZE 4 //4x4 MBs macro
55 #define MB_AREA (MB_SIZE * MB_SIZE)
529 for (y = 0; y < MB_SIZE; y++) in copy_mb()
531 MB_SIZE); in copy_mb()
538 MB_SIZE / 2); in copy_mb()
566 for (z = y = 0; y < h; y += MB_SIZE) in encode_mode()
694 for (y = 0; y < MB_SIZE; y++) in compute_mb_distortion()
695 for (x = 0; x < MB_SIZE; x++) { in compute_mb_distortion()
785 vq_linesize[0] = MB_SIZE; in quantize()
789 vq_linesize[2] = MB_SIZE >> 1; in quantize()
[all …]
H A Dlibx264.c46 #define MB_SIZE 16 macro
379 int mbx = (frame->width + MB_SIZE - 1) / MB_SIZE; in X264_frame()
380 int mby = (frame->height + MB_SIZE - 1) / MB_SIZE; in X264_frame()
407 starty = FFMIN(mby, roi->top / MB_SIZE); in X264_frame()
408 endy = FFMIN(mby, (roi->bottom + MB_SIZE - 1)/ MB_SIZE); in X264_frame()
409 startx = FFMIN(mbx, roi->left / MB_SIZE); in X264_frame()
410 endx = FFMIN(mbx, (roi->right + MB_SIZE - 1)/ MB_SIZE); in X264_frame()
H A Dsnow.h74 #define MB_SIZE (1<<LOG2_MB_SIZE) macro
291 int tmp_step= src_stride >= 7*MB_SIZE ? MB_SIZE : MB_SIZE*src_stride; in add_yblock()
409 int block_size = MB_SIZE >> s->block_max_depth; in predict_slice()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dcinepakenc.c54 #define MB_SIZE 4 //4x4 MBs macro
55 #define MB_AREA (MB_SIZE * MB_SIZE)
512 for (y = 0; y < MB_SIZE; y++) in copy_mb()
514 MB_SIZE); in copy_mb()
521 MB_SIZE / 2); in copy_mb()
549 for (z = y = 0; y < h; y += MB_SIZE) in encode_mode()
677 for (y = 0; y < MB_SIZE; y++) in compute_mb_distortion()
678 for (x = 0; x < MB_SIZE; x++) { in compute_mb_distortion()
768 vq_linesize[0] = MB_SIZE; in quantize()
772 vq_linesize[2] = MB_SIZE >> 1; in quantize()
[all …]
H A Dlibx264.c48 #define MB_SIZE 16 macro
383 int mbx = (frame->width + MB_SIZE - 1) / MB_SIZE; in X264_frame()
384 int mby = (frame->height + MB_SIZE - 1) / MB_SIZE; in X264_frame()
411 starty = FFMIN(mby, roi->top / MB_SIZE); in X264_frame()
412 endy = FFMIN(mby, (roi->bottom + MB_SIZE - 1)/ MB_SIZE); in X264_frame()
413 startx = FFMIN(mbx, roi->left / MB_SIZE); in X264_frame()
414 endx = FFMIN(mbx, (roi->right + MB_SIZE - 1)/ MB_SIZE); in X264_frame()
H A Dsnow.h74 #define MB_SIZE (1<<LOG2_MB_SIZE) macro
291 int tmp_step= src_stride >= 7*MB_SIZE ? MB_SIZE : MB_SIZE*src_stride; in add_yblock()
409 int block_size = MB_SIZE >> s->block_max_depth; in predict_slice()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dcinepakenc.c86 #define MB_SIZE 4 //4x4 MBs macro
87 #define MB_AREA (MB_SIZE*MB_SIZE)
604 for(y = 0; y < MB_SIZE; y++) { in copy_mb()
606 MB_SIZE); in copy_mb()
611 for(y = 0; y < MB_SIZE/2; y++) { in copy_mb()
614 MB_SIZE/2); in copy_mb()
639 for(z = y = 0; y < h; y += MB_SIZE) { in encode_mode()
762 for(y = 0; y < MB_SIZE; y++) { in compute_mb_distortion()
763 for(x = 0; x < MB_SIZE; x++) { in compute_mb_distortion()
861 vq_pict.linesize[0] = MB_SIZE; in quantize()
[all …]
H A Dsnow.h69 #define MB_SIZE (1<<LOG2_MB_SIZE) macro
299 int tmp_step= src_stride >= 7*MB_SIZE ? MB_SIZE : MB_SIZE*src_stride; in add_yblock()
342 av_assert2(src_stride > 2*MB_SIZE + 5); in add_yblock()
419 int block_size = MB_SIZE >> s->block_max_depth; in predict_slice()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dcinepakenc.c86 #define MB_SIZE 4 //4x4 MBs macro
87 #define MB_AREA (MB_SIZE*MB_SIZE)
604 for(y = 0; y < MB_SIZE; y++) { in copy_mb()
606 MB_SIZE); in copy_mb()
611 for(y = 0; y < MB_SIZE/2; y++) { in copy_mb()
614 MB_SIZE/2); in copy_mb()
639 for(z = y = 0; y < h; y += MB_SIZE) { in encode_mode()
762 for(y = 0; y < MB_SIZE; y++) { in compute_mb_distortion()
763 for(x = 0; x < MB_SIZE; x++) { in compute_mb_distortion()
861 vq_pict.linesize[0] = MB_SIZE; in quantize()
[all …]
H A Dsnow.h69 #define MB_SIZE (1<<LOG2_MB_SIZE) macro
299 int tmp_step= src_stride >= 7*MB_SIZE ? MB_SIZE : MB_SIZE*src_stride; in add_yblock()
342 av_assert2(src_stride > 2*MB_SIZE + 5); in add_yblock()
419 int block_size = MB_SIZE >> s->block_max_depth; in predict_slice()
/dports/math/R/R-4.1.2/src/main/
H A Drlocale_widths.h24 MB_zh_TW, MB_SIZE }; // this sets MB_SIZE to 7 enumerator
29 char mb[MB_SIZE];
/dports/math/libRmath/R-4.1.1/src/main/
H A Drlocale_widths.h24 MB_zh_TW, MB_SIZE }; // this sets MB_SIZE to 7 enumerator
29 char mb[MB_SIZE];
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/tests/testdata/
H A Dfunctions.tmpl49 MB_SIZE: <TMPL_var MB_SIZE("Hello, World!\nПривет, мир!")>
/dports/textproc/ctpp2/ctpp2-2.8.3/tests/testdata/
H A Dfunctions.tmpl49 MB_SIZE: <TMPL_var MB_SIZE("Hello, World!\nПривет, мир!")>
/dports/astro/opencpn/OpenCPN-5.2.4/buildosx/
H A Dcreate-dmg221 MB_SIZE=$((($1 * 512 / 1000 / 1000) + 1))
222 echo $MB_SIZE

12345