Home
last modified time | relevance | path

Searched defs:pic (Results 1 – 25 of 207) sorted by relevance

123456789

/third_party/skia/third_party/externals/libwebp/src/enc/
Dsyntax_enc.c29 static int PutPaddingByte(const WebPPicture* const pic) { in PutPaddingByte()
39 const WebPPicture* const pic = enc->pic_; in PutRIFFHeader() local
52 const WebPPicture* const pic = enc->pic_; in PutVP8XHeader() local
77 const WebPPicture* const pic = enc->pic_; in PutAlphaChunk() local
102 static WebPEncodingError PutVP8Header(const WebPPicture* const pic, in PutVP8Header()
115 static WebPEncodingError PutVP8FrameHeader(const WebPPicture* const pic, in PutVP8FrameHeader()
151 WebPPicture* const pic = enc->pic_; in PutWebPHeaders() local
249 WebPPicture* const pic) { in EmitPartitionsSize()
318 WebPPicture* const pic = enc->pic_; in VP8EncWrite() local
Dpicture_rescale_enc.c39 static void SnapTopLeftPosition(const WebPPicture* const pic, in SnapTopLeftPosition()
48 static int AdjustAndCheckRectangle(const WebPPicture* const pic, in AdjustAndCheckRectangle()
126 int WebPPictureCrop(WebPPicture* pic, in WebPPictureCrop()
188 static void AlphaMultiplyARGB(WebPPicture* const pic, int inverse) { in AlphaMultiplyARGB()
194 static void AlphaMultiplyY(WebPPicture* const pic, int inverse) { in AlphaMultiplyY()
201 int WebPPictureRescale(WebPPicture* pic, int width, int height) { in WebPPictureRescale()
300 int WebPPictureCrop(WebPPicture* pic, in WebPPictureCrop()
310 int WebPPictureRescale(WebPPicture* pic, int width, int height) { in WebPPictureRescale()
/third_party/ffmpeg/libavcodec/
Dvaapi_h264.c56 const H264Picture *pic, in fill_vaapi_pic()
94 static int dpb_add(DPB *dpb, const H264Picture *pic) in dpb_add()
138 const H264Picture *pic = h->short_ref[i]; in fill_vaapi_ReferenceFrames() local
144 const H264Picture *pic = h->long_ref[i]; in fill_vaapi_ReferenceFrames() local
231 VAAPIDecodePicture *pic = h->cur_pic_ptr->hwaccel_picture_private; in vaapi_h264_start_frame() local
313 VAAPIDecodePicture *pic = h->cur_pic_ptr->hwaccel_picture_private; in vaapi_h264_end_frame() local
333 VAAPIDecodePicture *pic = h->cur_pic_ptr->hwaccel_picture_private; in vaapi_h264_decode_slice() local
Dmpegpicture.c35 static void av_noinline free_picture_tables(Picture *pic) in free_picture_tables()
53 static int make_tables_writable(Picture *pic) in make_tables_writable()
118 static int alloc_frame_buffer(AVCodecContext *avctx, Picture *pic, in alloc_frame_buffer()
205 static int alloc_picture_tables(AVCodecContext *avctx, Picture *pic, int encoding, int out_format, in alloc_picture_tables()
253 int ff_alloc_picture(AVCodecContext *avctx, Picture *pic, MotionEstContext *me, in ff_alloc_picture()
317 void ff_mpeg_unref_picture(AVCodecContext *avctx, Picture *pic) in ff_mpeg_unref_picture()
420 static inline int pic_is_unused(Picture *pic) in pic_is_unused()
474 void av_cold ff_mpv_picture_free(AVCodecContext *avctx, Picture *pic) in ff_mpv_picture_free()
Dvaapi_encode.c42 VAAPIEncodePicture *pic, in vaapi_encode_make_packed_header()
88 VAAPIEncodePicture *pic, in vaapi_encode_make_param_buffer()
116 VAAPIEncodePicture *pic, in vaapi_encode_make_misc_param_buffer()
139 VAAPIEncodePicture *pic) in vaapi_encode_wait()
184 VAAPIEncodePicture *pic) in vaapi_encode_make_row_slice()
239 VAAPIEncodePicture *pic) in vaapi_encode_make_tile_slice()
266 VAAPIEncodePicture *pic) in vaapi_encode_issue()
654 VAAPIEncodePicture *pic, AVPacket *pkt) in vaapi_encode_output()
723 VAAPIEncodePicture *pic) in vaapi_encode_discard()
742 VAAPIEncodePicture *pic; in vaapi_encode_alloc() local
[all …]
Dvdpau_h264.c52 static void vdpau_h264_set_rf(VdpReferenceFrameH264 *rf, H264Picture *pic, in vdpau_h264_set_rf()
84 H264Picture *pic = lp[i]; in vdpau_h264_set_reference_frames() local
126 H264Picture *pic = h->cur_pic_ptr; in vdpau_h264_start_frame() local
185 H264Picture *pic = h->cur_pic_ptr; in vdpau_h264_decode_slice() local
205 H264Picture *pic = h->cur_pic_ptr; in vdpau_h264_end_frame() local
Dvaapi_hevc.c44 VAAPIDecodePicture pic; member
54 static void fill_vaapi_pic(VAPictureHEVC *va_pic, const HEVCFrame *pic, int rps_type) in fill_vaapi_pic()
71 static int find_frame_rps_type(const HEVCContext *h, const HEVCFrame *pic) in find_frame_rps_type()
122 VAAPIDecodePictureHEVC *pic = h->ref->hwaccel_picture_private; in vaapi_hevc_start_frame() local
298 VAAPIDecodePictureHEVC *pic = h->ref->hwaccel_picture_private; in vaapi_hevc_end_frame() local
390 VAAPIDecodePictureHEVC *pic = h->ref->hwaccel_picture_private; in get_ref_pic_index() local
413 VAAPIDecodePictureHEVC *pic = h->ref->hwaccel_picture_private; in vaapi_hevc_decode_slice() local
Dhq_hqa.c51 static inline void put_blocks(HQContext *c, AVFrame *pic, in put_blocks()
94 static int hq_decode_mb(HQContext *c, AVFrame *pic, in hq_decode_mb()
117 static int hq_decode_frame(HQContext *ctx, AVFrame *pic, in hq_decode_frame()
179 static int hqa_decode_mb(HQContext *c, AVFrame *pic, int qgroup, in hqa_decode_mb()
222 static int hqa_decode_slice(HQContext *ctx, AVFrame *pic, GetBitContext *gb, in hqa_decode_slice()
243 static int hqa_decode_frame(HQContext *ctx, AVFrame *pic, size_t data_size) in hqa_decode_frame()
304 static int hq_hqa_decode_frame(AVCodecContext *avctx, AVFrame *pic, in hq_hqa_decode_frame()
Dvaapi_mjpeg.c31 VAAPIDecodePicture *pic = s->hwaccel_picture_private; in vaapi_mjpeg_start_frame() local
67 VAAPIDecodePicture *pic = s->hwaccel_picture_private; in vaapi_mjpeg_end_frame() local
77 VAAPIDecodePicture *pic = s->hwaccel_picture_private; in vaapi_mjpeg_decode_slice() local
Dvaapi_vp9.c42 VAAPIDecodePicture *pic = h->frames[CUR_FRAME].hwaccel_picture_private; in vaapi_vp9_start_frame() local
123 VAAPIDecodePicture *pic = h->frames[CUR_FRAME].hwaccel_picture_private; in vaapi_vp9_end_frame() local
133 VAAPIDecodePicture *pic = h->frames[CUR_FRAME].hwaccel_picture_private; in vaapi_vp9_decode_slice() local
Dvaapi_mpeg4.c52 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg4_start_frame() local
142 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg4_end_frame() local
158 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg4_decode_slice() local
Dvdpau_vp9.c37 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_start_frame() local
170 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_decode_slice() local
189 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_end_frame() local
Dmsrledec.c33 static int msrle_decode_pal4(AVCodecContext *avctx, AVFrame *pic, in msrle_decode_pal4()
129 static int msrle_decode_8_16_24_32(AVCodecContext *avctx, AVFrame *pic, in msrle_decode_8_16_24_32()
249 int ff_msrle_decode(AVCodecContext *avctx, AVFrame *pic, in ff_msrle_decode()
Dh264_refs.c39 static void pic_as_field(H264Ref *pic, const int parity) in pic_as_field()
126 static int mismatches_ref(const H264Context *h, const H264Picture *pic) in mismatches_ref()
225 H264Picture *pic = h->short_ref[i]; in print_short_term() local
241 H264Picture *pic = h->long_ref[i]; in print_long_term() local
468 static inline int unreference_pic(H264Context *h, H264Picture *pic, int refmask) in unreference_pic()
496 H264Picture *pic = h->short_ref[i]; in find_short() local
527 H264Picture *pic; in remove_short() local
549 H264Picture *pic; in remove_long() local
Dvaapi_mpeg2.c45 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg2_start_frame() local
118 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg2_end_frame() local
134 VAAPIDecodePicture *pic = s->current_picture_ptr->hwaccel_picture_private; in vaapi_mpeg2_decode_slice() local
Dvaapi_vp8.c39 VAAPIDecodePicture *pic = s->framep[VP56_FRAME_CURRENT]->hwaccel_picture_private; in vaapi_vp8_start_frame() local
180 VAAPIDecodePicture *pic = s->framep[VP56_FRAME_CURRENT]->hwaccel_picture_private; in vaapi_vp8_end_frame() local
190 VAAPIDecodePicture *pic = s->framep[VP56_FRAME_CURRENT]->hwaccel_picture_private; in vaapi_vp8_decode_slice() local
Ddxtory.c55 static void do_vflip(AVCodecContext *avctx, AVFrame *pic, int vflip) in do_vflip()
92 static int dxtory_decode_v1_rgb(AVCodecContext *avctx, AVFrame *pic, in dxtory_decode_v1_rgb()
123 static int dxtory_decode_v1_410(AVCodecContext *avctx, AVFrame *pic, in dxtory_decode_v1_410()
218 static int dxtory_decode_v1_420(AVCodecContext *avctx, AVFrame *pic, in dxtory_decode_v1_420()
290 static int dxtory_decode_v1_444(AVCodecContext *avctx, AVFrame *pic, in dxtory_decode_v1_444()
422 static int dxtory_decode_v2(AVCodecContext *avctx, AVFrame *pic, in dxtory_decode_v2()
539 static int dxtory_decode_v2_565(AVCodecContext *avctx, AVFrame *pic, in dxtory_decode_v2_565()
585 static int dxtory_decode_v2_rgb(AVCodecContext *avctx, AVFrame *pic, in dxtory_decode_v2_rgb()
664 static int dxtory_decode_v2_410(AVCodecContext *avctx, AVFrame *pic, in dxtory_decode_v2_410()
736 static int dxtory_decode_v2_420(AVCodecContext *avctx, AVFrame *pic, in dxtory_decode_v2_420()
[all …]
Dmpegvideo_dec.c114 #define UPDATE_PICTURE(pic)\ in ff_mpeg_update_thread_context() argument
129 #define REBASE_PICTURE(pic, new_ctx, old_ctx) \ in ff_mpeg_update_thread_context() argument
248 static int alloc_picture(MpegEncContext *s, Picture *pic) in alloc_picture()
278 Picture *pic; in ff_mpv_frame_start() local
Dvdpau_vc1.c39 Picture *pic = s->current_picture_ptr; in vdpau_vc1_start_frame() local
107 Picture *pic = s->current_picture_ptr; in vdpau_vc1_decode_slice() local
Dvdpau_mpeg12.c38 Picture *pic = s->current_picture_ptr; in vdpau_mpeg_start_frame() local
90 Picture *pic = s->current_picture_ptr; in vdpau_mpeg_decode_slice() local
Dvaapi_decode.c33 VAAPIDecodePicture *pic, in ff_vaapi_decode_make_param_buffer()
62 VAAPIDecodePicture *pic, in ff_vaapi_decode_make_slice_buffer()
126 VAAPIDecodePicture *pic) in ff_vaapi_decode_destroy_buffers()
154 VAAPIDecodePicture *pic) in ff_vaapi_decode_issue()
228 VAAPIDecodePicture *pic) in ff_vaapi_decode_cancel()
/third_party/skia/third_party/externals/libwebp/extras/
Dextras.c32 int WebPImportGray(const uint8_t* gray_data, WebPPicture* pic) { in WebPImportGray()
50 int WebPImportRGB565(const uint8_t* rgb565, WebPPicture* pic) { in WebPImportRGB565()
83 int WebPImportRGB4444(const uint8_t* rgb4444, WebPPicture* pic) { in WebPImportRGB4444()
120 WebPPicture* pic) { in WebPImportColorMappedARGB()
149 int WebPUnmultiplyARGB(WebPPicture* pic) { in WebPUnmultiplyARGB()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vce_52.c38 static void get_rate_control_param(struct rvce_encoder *enc, struct pipe_h264_enc_picture_desc *pic) in get_rate_control_param()
70 struct pipe_h264_enc_picture_desc *pic) in get_motion_estimation_param()
87 static void get_pic_control_param(struct rvce_encoder *enc, struct pipe_h264_enc_picture_desc *pic) in get_pic_control_param()
127 static void get_vui_param(struct rvce_encoder *enc, struct pipe_h264_enc_picture_desc *pic) in get_vui_param()
153 void si_vce_52_get_param(struct rvce_encoder *enc, struct pipe_h264_enc_picture_desc *pic) in si_vce_52_get_param()
/third_party/skia/gm/
Dimage_shader.cpp47 SkPicture* pic, in make_raster()
56 SkPicture* pic, in make_texture()
71 SkPicture* pic, in make_pict_gen()
79 SkPicture* pic, in make_encode_gen()
/third_party/skia/tests/
DSerialProcsTest.cpp17 static sk_sp<SkImage> picture_to_image(sk_sp<SkPicture> pic) { in picture_to_image()
54 sk_sp<SkPicture> pic; in DEF_TEST() local
111 static sk_sp<SkData> array_serial_proc(SkPicture* pic, void* ctx) { in array_serial_proc()
124 SkPicture* pic; in array_deserial_proc() local
199 auto pic = make_picture(tf0, tf1); in DEF_TEST() local

123456789