Home
last modified time | relevance | path

Searched refs:b4_array_size (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dsvq3.c1078 const int b4_array_size = b4_stride * h->mb_height * 4; in get_buffer() local
1090 pic->motion_val_buf[i] = av_buffer_allocz(2 * (b4_array_size + 4) * sizeof(int16_t)); in get_buffer()
H A Dh264_slice.c226 const int b4_array_size = b4_stride * h->mb_height * 4; in init_table_pools() local
232 h->motion_val_pool = av_buffer_pool_init(2 * (b4_array_size + 4) * in init_table_pools()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dsvq3.c1078 const int b4_array_size = b4_stride * h->mb_height * 4; in get_buffer() local
1090 pic->motion_val_buf[i] = av_buffer_allocz(2 * (b4_array_size + 4) * sizeof(int16_t)); in get_buffer()
H A Dh264_slice.c226 const int b4_array_size = b4_stride * h->mb_height * 4; in init_table_pools() local
232 h->motion_val_pool = av_buffer_pool_init(2 * (b4_array_size + 4) * in init_table_pools()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dsvq3.c1340 const int b4_array_size = b4_stride * s->mb_height * 4; in get_buffer() local
1352 pic->motion_val_buf[i] = av_calloc(b4_array_size + 4, 2 * sizeof(int16_t)); in get_buffer()
H A Dh264_slice.c165 const int b4_array_size = b4_stride * h->mb_height * 4; in init_table_pools() local
171 h->motion_val_pool = av_buffer_pool_init(2 * (b4_array_size + 4) * in init_table_pools()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dsvq3.c1356 const int b4_array_size = b4_stride * s->mb_height * 4; in get_buffer() local
1368 pic->motion_val_buf[i] = av_buffer_allocz(2 * (b4_array_size + 4) * sizeof(int16_t)); in get_buffer()
H A Dh264_slice.c166 const int b4_array_size = b4_stride * h->mb_height * 4; in init_table_pools() local
172 h->motion_val_pool = av_buffer_pool_init(2 * (b4_array_size + 4) * in init_table_pools()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dsvq3.c1340 const int b4_array_size = b4_stride * s->mb_height * 4; in get_buffer() local
1352 pic->motion_val_buf[i] = av_calloc(b4_array_size + 4, 2 * sizeof(int16_t)); in get_buffer()
H A Dh264_slice.c165 const int b4_array_size = b4_stride * h->mb_height * 4; in init_table_pools() local
171 h->motion_val_pool = av_buffer_pool_init(2 * (b4_array_size + 4) * in init_table_pools()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dsvq3.c1363 const int b4_array_size = b4_stride * s->mb_height * 4; in get_buffer() local
1375 pic->motion_val_buf[i] = av_buffer_allocz(2 * (b4_array_size + 4) * sizeof(int16_t)); in get_buffer()
H A Dh264_slice.c166 const int b4_array_size = b4_stride * h->mb_height * 4; in init_table_pools() local
172 h->motion_val_pool = av_buffer_pool_init(2 * (b4_array_size + 4) * in init_table_pools()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dsvq3.c1339 const int b4_array_size = b4_stride * s->mb_height * 4; in get_buffer() local
1351 pic->motion_val_buf[i] = av_calloc(b4_array_size + 4, 2 * sizeof(int16_t)); in get_buffer()
H A Dh264_slice.c165 const int b4_array_size = b4_stride * h->mb_height * 4; in init_table_pools() local
171 h->motion_val_pool = av_buffer_pool_init(2 * (b4_array_size + 4) * in init_table_pools()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dmpegvideo.c169 const int b4_array_size= s->b4_stride*s->mb_height*4; in alloc_picture() local
216 CHECKED_ALLOCZ(pic->motion_val_base[i], 2 * (b4_array_size+4) * sizeof(int16_t)) in alloc_picture()