Home
last modified time | relevance | path

Searched refs:offset_table (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
Dtiertexseq.c128 unsigned int offset_table[4], buffer_num[4]; in seq_parse_frame_data() local
156 offset_table[i] = avio_rl16(pb); in seq_parse_frame_data()
159 if (offset_table[i]) { in seq_parse_frame_data()
160 for (e = i + 1; e < 3 && offset_table[e] == 0; e++); in seq_parse_frame_data()
162 offset_table[i], in seq_parse_frame_data()
163 offset_table[e] - offset_table[i]); in seq_parse_frame_data()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttpost.c312 FT_Char* offset_table = NULL; in load_format_25() local
329 if ( FT_QNEW_ARRAY( offset_table, num_glyphs ) || in load_format_25()
330 FT_STREAM_READ( offset_table, num_glyphs ) ) in load_format_25()
340 FT_Long idx = (FT_Long)n + offset_table[n]; in load_format_25()
357 table->offsets = offset_table; in load_format_25()
363 FT_FREE( offset_table ); in load_format_25()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttpost.c323 FT_Char* offset_table = NULL; in load_format_25() local
340 if ( FT_NEW_ARRAY( offset_table, num_glyphs ) || in load_format_25()
341 FT_STREAM_READ( offset_table, num_glyphs ) ) in load_format_25()
351 FT_Long idx = (FT_Long)n + offset_table[n]; in load_format_25()
368 table->offsets = offset_table; in load_format_25()
374 FT_FREE( offset_table ); in load_format_25()
/third_party/freetype/src/sfnt/
Dttpost.c312 FT_Char* offset_table = NULL; in load_format_25() local
329 if ( FT_QNEW_ARRAY( offset_table, num_glyphs ) || in load_format_25()
330 FT_STREAM_READ( offset_table, num_glyphs ) ) in load_format_25()
340 FT_Long idx = (FT_Long)n + offset_table[n]; in load_format_25()
357 table->offsets = offset_table; in load_format_25()
363 FT_FREE( offset_table ); in load_format_25()
/third_party/ffmpeg/libavcodec/arm/
Dhevcdsp_init_neon.c153 …_t *src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int width, int height, int16_t *offset_table);
161 int16_t offset_table[32] = {0}; in ff_hevc_sao_band_filter_neon_8_wrapper() local
165 offset_table[(k + sao_left_class) & 31] = sao_offset_val[k + 1]; in ff_hevc_sao_band_filter_neon_8_wrapper()
168 ff_hevc_sao_band_filter_neon_8(dst, src, stride_dst, stride_src, width, height, offset_table); in ff_hevc_sao_band_filter_neon_8_wrapper()
/third_party/ffmpeg/libavcodec/
Descape130.c41 static const uint8_t offset_table[] = { 2, 4, 10, 20 }; variable
259 y[i] = av_clip(y_avg + offset_table[difference_selector] * in escape130_decode_frame()
Dhevcdsp_template.c305 int offset_table[32] = { 0 }; in FUNC() local
313 offset_table[(k + sao_left_class) & 31] = sao_offset_val[k + 1]; in FUNC()
316 dst[x] = av_clip_pixel(src[x] + offset_table[src[x] >> shift]); in FUNC()
Dvc1_block.c43 static const uint8_t offset_table[2][9] = { variable
244 _dmv_x = offset_table[1][index1]; \
253 _dmv_y = offset_table[1][index1]; \
296 *dmv_x = (sign ^ ((val >> 1) + offset_table[extend_x][index1])) - sign; in get_mvdata_interlaced()
303 *dmv_y = (sign ^ ((val >> 1) + offset_table[extend_y][index1 >> v->numref])) - sign; in get_mvdata_interlaced()
/third_party/skia/third_party/externals/libpng/
Dpngstruct.h343 png_bytep offset_table; member
/third_party/flutter/skia/third_party/externals/libpng/
Dpngstruct.h343 png_bytep offset_table; member