Searched refs:dest_end (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fxge/dib/ |
D | fx_dib_engine.cpp | 225 double dest_end = ((FX_FLOAT)(j + 1) - base) / scale; in Calc() local 226 if (dest_start > dest_end) { in Calc() 228 dest_start = dest_end; in Calc() 229 dest_end = temp; in Calc() 234 double area_end = dest_end > (FX_FLOAT)(dest_pixel + 1) in Calc() 236 : dest_end; in Calc()
|
/external/libvpx/libvpx/vp8/common/ |
D | onyx.h | 257 unsigned char *dest_end, int64_t *time_stamp,
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_progress.cpp | 122 double dest_end = ((FX_FLOAT)(j + 1) - base) / scale; in Calc() local 123 if (dest_start > dest_end) { in Calc() 125 dest_start = dest_end; in Calc() 126 dest_end = temp; in Calc() 131 double area_end = dest_end > (FX_FLOAT)(dest_pixel + 1) in Calc() 133 : dest_end; in Calc()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | onyx_int.h | 700 unsigned char *dest_end, size_t *size);
|
D | onyx_if.c | 3253 unsigned char *dest_end, in encode_frame_to_data_rate() argument 4455 vp8_pack_bitstream(cpi, dest, dest_end, size); in encode_frame_to_data_rate() 4791 unsigned char *dest_end, unsigned int *frame_flags) { in Pass2Encode() argument 4794 encode_frame_to_data_rate(cpi, size, dest, dest_end, frame_flags); in Pass2Encode() 4844 unsigned char *dest_end, int64_t *time_stamp, in vp8_get_compressed_data() argument 5044 const unsigned long dest_size = dest_end - dest; in vp8_get_compressed_data() 5099 case 2: Pass2Encode(cpi, size, dest, dest_end, frame_flags); break; in vp8_get_compressed_data() 5102 encode_frame_to_data_rate(cpi, size, dest, dest_end, frame_flags); in vp8_get_compressed_data()
|
D | bitstream.c | 1060 unsigned char *dest_end, size_t *size) { in vp8_pack_bitstream() argument 1069 unsigned char *cx_data_end = dest_end; in vp8_pack_bitstream()
|