Home
last modified time | relevance | path

Searched refs:kvz_picture (Results 1 – 25 of 26) sorted by relevance

12

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dimage.h69 kvz_picture *kvz_image_alloc_420(const int32_t width, const int32_t height);
70 kvz_picture *kvz_image_alloc(enum kvz_chroma_format chroma_format, const int32_t width, const int32…
72 void kvz_image_free(kvz_picture *im);
74 kvz_picture *kvz_image_copy_ref(kvz_picture *im);
76 kvz_picture *kvz_image_make_subimage(kvz_picture *const orig_image,
90 unsigned kvz_image_calc_sad(const kvz_picture *pic,
91 const kvz_picture *ref,
101 unsigned kvz_image_calc_satd(const kvz_picture *pic,
102 const kvz_picture *ref,
H A Dimage.c47 kvz_picture * kvz_image_alloc_420(const int32_t width, const int32_t height) in kvz_image_alloc_420()
64 kvz_picture *im = MALLOC(kvz_picture, 1); in kvz_image_alloc()
114 void kvz_image_free(kvz_picture *const im) in kvz_image_free()
145 kvz_picture *kvz_image_copy_ref(kvz_picture *im) in kvz_image_copy_ref()
154 kvz_picture *kvz_image_make_subimage(kvz_picture *const orig_image, in kvz_image_make_subimage()
170 kvz_picture *im = MALLOC(kvz_picture, 1); in kvz_image_make_subimage()
293 static unsigned image_interpolated_sad(const kvz_picture *pic, const kvz_picture *ref, in image_interpolated_sad()
421 unsigned kvz_image_calc_sad(const kvz_picture *pic, in kvz_image_calc_sad()
422 const kvz_picture *ref, in kvz_image_calc_sad()
465 unsigned kvz_image_calc_satd(const kvz_picture *pic, in kvz_image_calc_satd()
[all …]
H A Dkvazaar.h487 typedef struct kvz_picture { struct
501 struct kvz_picture *base_image; //!< \brief Pointer to the picture which owns the pixels argument
511 } kvz_picture; argument
690 kvz_picture * (*picture_alloc)(int32_t width, int32_t height);
698 void (*picture_free)(kvz_picture *pic);
779 kvz_picture *pic_in,
782 kvz_picture **pic_out,
783 kvz_picture **src_out,
797kvz_picture * (*picture_alloc_csp)(enum kvz_chroma_format chroma_fomat, int32_t width, int32_t hei…
H A Dkvazaar.c66 kvz_picture *pic = NULL; in kvazaar_close()
211 …ic int yuv_io_extract_field(const kvz_picture *frame_in, unsigned source_scan_type, unsigned field… in yuv_io_extract_field()
245 kvz_picture *pic_in, in kvazaar_encode()
248 kvz_picture **pic_out, in kvazaar_encode()
249 kvz_picture **src_out, in kvazaar_encode()
268 kvz_picture* frame = kvz_encoder_feed_frame( in kvazaar_encode()
318 kvz_picture *pic_in, in kvazaar_field_encoding_adapter()
321 kvz_picture **pic_out, in kvazaar_field_encoding_adapter()
322 kvz_picture **src_out, in kvazaar_field_encoding_adapter()
332 kvz_picture *first_field = NULL, *second_field = NULL; in kvazaar_field_encoding_adapter()
H A Dinput_frame_buffer.h50 struct kvz_picture *pic_buffer[3 * KVZ_MAX_GOP_LENGTH];
79 kvz_picture* kvz_encoder_feed_frame(input_frame_buffer_t *buf,
81 struct kvz_picture *const img_in,
H A Dencmain.c113 static void compute_psnr(const kvz_picture *const src, in compute_psnr()
114 const kvz_picture *const rec, in compute_psnr()
157 kvz_picture *img_in;
181 kvz_picture *frame_in = NULL; in input_read_thread()
292 kvz_picture *buffer[KVZ_MAX_GOP_LENGTH], in output_recon_pictures()
303 kvz_picture *pic = buffer[i]; in output_recon_pictures()
443 kvz_picture *recon_buffer[KVZ_MAX_GOP_LENGTH] = { NULL }; in main()
589 kvz_picture *cur_in_img; in main()
613 kvz_picture *img_rec = NULL; in main()
614 kvz_picture *img_src = NULL; in main()
H A Dnal.h52 void kvz_image_checksum(const kvz_picture *im,
54 void kvz_image_md5(const kvz_picture *im,
H A Dyuv_io.h49 kvz_picture *img_out, unsigned file_format);
56 const kvz_picture *img,
H A Dvideoframe.h51 kvz_picture *source; //!< \brief Source image.
52 kvz_picture *rec; //!< \brief Reconstructed image.
H A Dimagelist.h51 struct kvz_picture* *images; //!< \brief Pointer to array of picture pointers.
64 int kvz_image_list_add(image_list_t *list, kvz_picture *im, cu_array_t* cua, int32_t poc, uint8_t r…
H A Dimagelist.c51 list->images = malloc(sizeof(kvz_picture*) * size); in kvz_image_list_alloc()
68 list->images = (kvz_picture**)realloc(list->images, sizeof(kvz_picture*) * size); in kvz_image_list_resize()
118 int kvz_image_list_add(image_list_t *list, kvz_picture *im, cu_array_t *cua, int32_t poc, uint8_t r… in kvz_image_list_add()
H A Dinput_frame_buffer.c66 kvz_picture* kvz_encoder_feed_frame(input_frame_buffer_t *buf, in kvz_encoder_feed_frame()
68 kvz_picture *const img_in, in kvz_encoder_feed_frame()
208 kvz_picture* next_pic = buf->pic_buffer[buf_idx]; in kvz_encoder_feed_frame()
H A Dinter.h73 const kvz_picture * ref1,
74 const kvz_picture * ref2,
H A Dnal.c77 void kvz_image_checksum(const kvz_picture *im, unsigned char checksum_out[][SEI_HASH_MAX_LENGTH], c… in kvz_image_checksum()
94 void kvz_image_md5(const kvz_picture *im, unsigned char checksum_out[][SEI_HASH_MAX_LENGTH], const … in kvz_image_md5()
H A Dinter.c56 const kvz_picture *const ref, in inter_recon_frac_luma()
111 const kvz_picture *const ref, in inter_recon_frac_luma_hi()
166 const kvz_picture *const ref, in inter_recon_frac_chroma()
238 const kvz_picture *const ref, in inter_recon_frac_chroma_hi()
363 const kvz_picture * const ref, in inter_recon_unipred()
493 const kvz_picture * ref1, in kvz_inter_recon_bipred()
494 const kvz_picture * ref2, in kvz_inter_recon_bipred()
606 const kvz_picture *const refs[2] = { in kvz_inter_pred_pu()
624 const kvz_picture *const ref = in kvz_inter_pred_pu()
H A Dyuv_io.c238 kvz_picture *img_out, unsigned file_format) in yuv_io_read()
339 const kvz_picture *img, in yuv_io_write()
H A Dencoderstate.h342 void kvz_encode_one_frame(encoder_state_t * const state, kvz_picture* frame);
H A Dsearch_inter.c57 const kvz_picture *pic;
61 const kvz_picture *ref;
1014 const kvz_picture *ref = info->ref; in search_frac()
1015 const kvz_picture *pic = info->pic; in search_frac()
/dports/multimedia/kvazaar/kvazaar-2.1.0/tests/
H A Dsad_tests.c73 static kvz_picture *g_pic = 0;
74 static kvz_picture *g_ref = 0;
75 static kvz_picture *g_big_pic = 0;
76 static kvz_picture *g_big_ref = 0;
77 static kvz_picture *g_64x64_zero = 0;
78 static kvz_picture *g_64x64_max = 0;
H A Dspeed_tests.c69 kvz_picture *inter_a;
70 kvz_picture *inter_b;
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dlibkvazaar.c162 kvz_picture *input_pic = NULL; in libkvazaar_encode()
163 kvz_picture *recon_pic = NULL; in libkvazaar_encode()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dlibkvazaar.c172 kvz_picture *input_pic = NULL; in libkvazaar_encode()
173 kvz_picture *recon_pic = NULL; in libkvazaar_encode()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dlibkvazaar.c171 kvz_picture *input_pic = NULL; in libkvazaar_encode()
172 kvz_picture *recon_pic = NULL; in libkvazaar_encode()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dlibkvazaar.c171 kvz_picture *input_pic = NULL; in libkvazaar_encode()
172 kvz_picture *recon_pic = NULL; in libkvazaar_encode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dlibkvazaar.c168 kvz_picture *input_pic = NULL; in libkvazaar_encode()
169 kvz_picture *recon_pic = NULL; in libkvazaar_encode()

12