Home
last modified time | relevance | path

Searched refs:pad_bytes (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dwrbmp.c58 int pad_bytes; /* number of padding bytes needed per row */ member
163 pad = dest->pad_bytes; in put_pixel_rows()
198 pad = dest->pad_bytes; in put_gray_rows()
525 dest->pad_bytes = (int)(dest->row_width - dest->data_width); in GLOBAL()
/third_party/ffmpeg/libavformat/
H A Dmpegenc.c580 int pad_bytes = 0; in get_vcd_padding_size() local
588 pad_bytes = (int)(full_pad_bytes - s->vcd_padding_bytes_written); in get_vcd_padding_size()
590 if (pad_bytes < 0) in get_vcd_padding_size()
593 pad_bytes = 0; in get_vcd_padding_size()
596 return pad_bytes; in get_vcd_padding_size()
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff2.c262 FT_ULong pad_bytes; in pad4() local
268 pad_bytes = ROUND4( dest_offset ) - dest_offset; in pad4()
269 if ( pad_bytes > 0 ) in pad4()
271 if ( WRITE_SFNT_BUF( &zeroes[0], pad_bytes ) ) in pad4()
/third_party/ffmpeg/libavcodec/
H A Dac3enc.c1737 int frame_size_58, pad_bytes, crc1, crc2_partial, crc2, crc_inv; in output_frame_end() local
1746 pad_bytes = s->frame_size - (put_bits_ptr(&s->pb) - frame) - 2; in output_frame_end()
1747 av_assert2(pad_bytes >= 0); in output_frame_end()
1748 if (pad_bytes > 0) in output_frame_end()
1749 memset(put_bits_ptr(&s->pb), 0, pad_bytes); in output_frame_end()

Completed in 11 milliseconds