Home
last modified time | relevance | path

Searched refs:reconstruction (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/util/
H A Dshape-options.hh187 hb_buffer_t *reconstruction = hb_buffer_create (); in verify_buffer_safe_to_break() local
188 copy_buffer_properties (reconstruction, buffer); in verify_buffer_safe_to_break()
251 hb_buffer_destroy (reconstruction); in verify_buffer_safe_to_break()
255 hb_buffer_append (reconstruction, fragment, 0, -1); in verify_buffer_safe_to_break()
265 hb_buffer_diff_flags_t diff = hb_buffer_diff (reconstruction, buffer, (hb_codepoint_t) -1, 0); in verify_buffer_safe_to_break()
274 hb_buffer_append (buffer, reconstruction, 0, -1); in verify_buffer_safe_to_break()
277 hb_buffer_destroy (reconstruction); in verify_buffer_safe_to_break()
/third_party/ffmpeg/libavcodec/
H A Dpixlet.c424 static void reconstruction(AVCodecContext *avctx, int16_t *dest, in reconstruction() function
597 reconstruction(avctx, (int16_t *)frame->data[plane], ctx->w >> shift, in decode_plane()

Completed in 3 milliseconds