Searched refs:offset_table (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | tiertexseq.c | 128 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/ |
D | ttpost.c | 312 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/ |
D | ttpost.c | 323 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/ |
D | ttpost.c | 312 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/ |
D | hevcdsp_init_neon.c | 153 …_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/ |
D | escape130.c | 41 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()
|
D | hevcdsp_template.c | 305 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()
|
D | vc1_block.c | 43 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/ |
D | pngstruct.h | 343 png_bytep offset_table; member
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pngstruct.h | 343 png_bytep offset_table; member
|