Home
last modified time | relevance | path

Searched defs:block_offset (Results 1 – 20 of 20) sorted by relevance

/third_party/e2fsprogs/ext2ed/
Dfile_com.c69 long block_offset=1; in type_file___nextblock() local
170 long block_offset=1; in type_file___prevblock() local
198 long block_offset=1; in type_file___block() local
Dwin.c172 int block_num,block_offset; in show_info() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph_info.h56 int32_t block_offset() const { return block_offset_; } in block_offset() function
Dbitmap_glyph_info.cc22 int32_t block_offset, in BitmapGlyphInfo()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dbitmap_glyph_info.h56 int32_t block_offset() const { return block_offset_; } in block_offset() function
Dbitmap_glyph_info.cc22 int32_t block_offset, in BitmapGlyphInfo()
/third_party/ffmpeg/libavcodec/
Dh264_mb_template.c50 const int *block_offset = &h->block_offset[0]; in FUNC() local
265 const int *block_offset = &h->block_offset[0]; in FUNC() local
Dsvq3.c145 int block_offset[2 * (16 * 3)]; member
615 int mb_type, const int *block_offset, in hl_decode_mb_idct_luma()
631 const int *block_offset, in hl_decode_mb_predict_luma()
677 const int *block_offset = &s->block_offset[0]; in hl_decode_mb() local
Dh264_mb.c618 const int *block_offset, in hl_decode_mb_predict_luma()
731 const int *block_offset, in hl_decode_mb_idct_luma()
Drpzaenc.c556 int block_offset = 0; in rpza_encode_stream() local
Dvp56.h148 int block_offset[6]; member
Dmjpegdec.c1466 int block_offset; in mjpeg_decode_scan() local
Dh264dec.h404 int block_offset[2 * (16 * 3)]; member
/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_mmi.c768 void ff_h264_idct_add16_8_mmi(uint8_t *dst, const int *block_offset, in ff_h264_idct_add16_8_mmi()
785 void ff_h264_idct_add16intra_8_mmi(uint8_t *dst, const int *block_offset, in ff_h264_idct_add16intra_8_mmi()
798 void ff_h264_idct8_add4_8_mmi(uint8_t *dst, const int *block_offset, in ff_h264_idct8_add4_8_mmi()
815 void ff_h264_idct_add8_8_mmi(uint8_t **dest, const int *block_offset, in ff_h264_idct_add8_8_mmi()
831 void ff_h264_idct_add8_422_8_mmi(uint8_t **dest, const int *block_offset, in ff_h264_idct_add8_422_8_mmi()
/third_party/jerryscript/jerry-core/jmem/
Djmem-heap.c387 const uint32_t block_offset = JMEM_HEAP_GET_OFFSET_FROM_ADDR (block_p); in jmem_heap_find_prev() local
426 const uint32_t block_offset = JMEM_HEAP_GET_OFFSET_FROM_ADDR (block_p); in jmem_heap_insert_block() local
/third_party/ffmpeg/libavutil/
Daes_ctr.c33 int block_offset; member
/third_party/ltp/testcases/kernel/syscalls/fallocate/
Dfallocate06.c63 static long wbuf_size, rbuf_size, block_offset; variable
/third_party/ffmpeg/libavcodec/ppc/
Dh264dsp.c329 static void h264_idct_add16_altivec(uint8_t *dst, const int *block_offset, in h264_idct_add16_altivec()
343 static void h264_idct_add16intra_altivec(uint8_t *dst, const int *block_offset, in h264_idct_add16intra_altivec()
354 static void h264_idct8_add4_altivec(uint8_t *dst, const int *block_offset, in h264_idct8_add4_altivec()
368 static void h264_idct_add8_altivec(uint8_t **dest, const int *block_offset, in h264_idct_add8_altivec()
/third_party/boost/boost/graph/parallel/
Ddistribution.hpp369 std::size_t block_offset = (data_row % block_rows) * block_columns in local() local
381 SizeType block_offset = i % (block_rows * block_columns); in global() local
515 std::size_t block_offset = (data_row % block_rows) * block_columns in local() local
/third_party/ffmpeg/tests/checkasm/
Dh264dsp.c250 int block_offset[16] = { 0 }; in check_idct_multiple() local