Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 25 of 6334) sorted by relevance

12345678910>>...254

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/util/
DFluentBitSetTest.java73 final FluentBitSet bs = newInstance(128); in test_and() local
97 final FluentBitSet bs = newInstance(128); in test_and_BitSet() local
120 FluentBitSet bs = (FluentBitSet) eightFbs.clone(); in test_andNot() local
138 FluentBitSet bs = (FluentBitSet) eightFbs.clone(); in test_andNot_BitSet() local
157 final FluentBitSet bs = newInstance(500); in test_cardinality() local
189 final FluentBitSet bs = newInstance(3400); in test_clear() local
218 final FluentBitSet bs = newInstance(0); in test_clearI() local
261 FluentBitSet bs = newInstance(16); in test_clearII() local
454 final FluentBitSet bs = newInstance(0); in test_clearIntArray() local
488 final FluentBitSet bs = (FluentBitSet) eightFbs.clone(); in test_clone() local
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/util/
DPack.java10 public static short bigEndianToShort(byte[] bs, int off) in bigEndianToShort()
17 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt()
26 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt()
35 public static void bigEndianToInt(byte[] bs, int off, int[] ns, int nsOff, int nsLen) in bigEndianToInt()
51 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian()
66 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian()
75 public static void intToBigEndian(int[] ns, int nsOff, int nsLen, byte[] bs, int bsOff) in intToBigEndian()
84 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong()
91 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong()
100 public static void bigEndianToLong(byte[] bs, int bsOff, long[] ns, int nsOff, int nsLen) in bigEndianToLong()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DPack.java8 public static short bigEndianToShort(byte[] bs, int off) in bigEndianToShort()
15 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt()
24 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt()
33 public static void bigEndianToInt(byte[] bs, int off, int[] ns, int nsOff, int nsLen) in bigEndianToInt()
49 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian()
64 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian()
73 public static void intToBigEndian(int[] ns, int nsOff, int nsLen, byte[] bs, int bsOff) in intToBigEndian()
82 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong()
89 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong()
98 public static void bigEndianToLong(byte[] bs, int bsOff, long[] ns, int nsOff, int nsLen) in bigEndianToLong()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/util/
DPack.java10 public static short bigEndianToShort(byte[] bs, int off) in bigEndianToShort()
17 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt()
26 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt()
35 public static void bigEndianToInt(byte[] bs, int off, int[] ns, int nsOff, int nsLen) in bigEndianToInt()
51 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian()
66 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian()
75 public static void intToBigEndian(int[] ns, int nsOff, int nsLen, byte[] bs, int bsOff) in intToBigEndian()
84 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong()
91 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong()
100 public static void bigEndianToLong(byte[] bs, int bsOff, long[] ns, int nsOff, int nsLen) in bigEndianToLong()
[all …]
/external/libopenapv/src/
Doapv_bs.c39 #define BSW_GET_SINK_BYTE(bs) ((32 - (bs)->leftbits + 7) >> 3) argument
41 static int bsw_flush(oapv_bs_t *bs, int bytes) in bsw_flush()
56 void oapv_bsw_init(oapv_bs_t *bs, u8 *buf, int size, oapv_bs_fn_flush_t fn_flush) in oapv_bsw_init()
69 void oapv_bsw_deinit(oapv_bs_t *bs) in oapv_bsw_deinit()
74 void *oapv_bsw_sink(oapv_bs_t *bs) in oapv_bsw_sink()
98 int oapv_bsw_write1(oapv_bs_t *bs, int val) in oapv_bsw_write1()
121 int oapv_bsw_write(oapv_bs_t *bs, u32 val, int len) /* len(1 ~ 32) */ in oapv_bsw_write()
167 static void inline bsr_skip_code(oapv_bs_t *bs, int size) in bsr_skip_code()
181 static int bsr_flush(oapv_bs_t *bs, int byte) in bsr_flush()
209 void oapv_bsr_init(oapv_bs_t *bs, u8 *buf, u32 size, oapv_bs_fn_flush_t fn_flush) in oapv_bsr_init()
[all …]
Doapv_bs.h59 static inline bool bsw_is_align8(oapv_bs_t *bs) in bsw_is_align8()
64 static inline int bsw_get_write_byte(oapv_bs_t *bs) in bsw_get_write_byte()
98 #define BSR_SKIP_CODE(bs, size) \ argument
104 #define BSR_IS_EOB(bs) (((bs)->cur > (bs)->end && (bs)->leftbits==0)? 1: 0) argument
107 #define BSR_IS_BYTE_ALIGN(bs) ((((bs)->leftbits & 0x7) == 0)? 1: 0) argument
110 #define BSR_IS_LAST_BYTE(bs) \ argument
114 #define BSR_GET_LEFT_BYTE(bs) \ argument
117 #define BSR_GET_READ_BYTE(bs) \ argument
120 #define BSR_GET_READ_BIT(bs) \ argument
124 #define BSR_GET_CUR(bs) ((bs)->cur - (((bs)->leftbits + 7) >> 3)) argument
[all …]
Doapv_vlc.c45 #define OAPV_FLUSH(bs) \ argument
55 #define OAPV_READ_FLUSH(bs, byte) \ argument
70 static inline void enc_vlc_write(oapv_bs_t *bs, int coef, int k) in enc_vlc_write()
147 static void inline bsr_skip_code_opt(oapv_bs_t *bs, int size) in bsr_skip_code_opt()
159 static int dec_vlc_read_1bit_read(oapv_bs_t *bs, int k) in dec_vlc_read_1bit_read()
209 static int dec_vlc_read(oapv_bs_t *bs, int k) in dec_vlc_read()
312 static int enc_vlc_quantization_matrix(oapv_bs_t *bs, oapve_ctx_t *ctx, oapv_fh_t *fh) in enc_vlc_quantization_matrix()
325 static int enc_vlc_tile_info(oapv_bs_t *bs, oapve_ctx_t *ctx, oapv_fh_t *fh) in enc_vlc_tile_info()
343 int oapve_vlc_frame_info(oapv_bs_t *bs, oapv_fi_t *fi) in oapve_vlc_frame_info()
368 int oapve_vlc_frame_header(oapv_bs_t *bs, oapve_ctx_t *ctx, oapv_fh_t *fh) in oapve_vlc_frame_header()
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_bitstream.c11 static void radeon_bs_output_one_byte(struct radeon_bitstream *bs, uint8_t byte) in radeon_bs_output_one_byte()
30 static void radeon_bs_emulation_prevention(struct radeon_bitstream *bs, uint8_t byte) in radeon_bs_emulation_prevention()
43 void radeon_bs_reset(struct radeon_bitstream *bs, uint8_t *out, struct radeon_cmdbuf *cs) in radeon_bs_reset()
50 void radeon_bs_set_emulation_prevention(struct radeon_bitstream *bs, bool set) in radeon_bs_set_emulation_prevention()
58 void radeon_bs_byte_align(struct radeon_bitstream *bs) in radeon_bs_byte_align()
66 void radeon_bs_flush_headers(struct radeon_bitstream *bs) in radeon_bs_flush_headers()
84 void radeon_bs_code_fixed_bits(struct radeon_bitstream *bs, uint32_t value, uint32_t num_bits) in radeon_bs_code_fixed_bits()
112 void radeon_bs_code_ue(struct radeon_bitstream *bs, uint32_t value) in radeon_bs_code_ue()
128 void radeon_bs_code_se(struct radeon_bitstream *bs, int32_t value) in radeon_bs_code_se()
138 void radeon_bs_code_uvlc(struct radeon_bitstream *bs, uint32_t value) in radeon_bs_code_uvlc()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/util/
DPack.java10 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt()
19 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt()
35 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian()
50 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian()
59 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong()
66 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong()
82 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian()
95 public static void longToBigEndian(long[] ns, byte[] bs, int off) in longToBigEndian()
104 public static int littleEndianToInt(byte[] bs, int off) in littleEndianToInt()
113 public static void littleEndianToInt(byte[] bs, int off, int[] ns) in littleEndianToInt()
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/util/
DPack.java10 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt()
19 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt()
35 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian()
50 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian()
59 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong()
66 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong()
82 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian()
95 public static void longToBigEndian(long[] ns, byte[] bs, int off) in longToBigEndian()
104 public static int littleEndianToInt(byte[] bs, int off) in littleEndianToInt()
113 public static void littleEndianToInt(byte[] bs, int off, int[] ns) in littleEndianToInt()
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
DPack.java8 public static int bigEndianToInt(byte[] bs, int off) in bigEndianToInt()
17 public static void bigEndianToInt(byte[] bs, int off, int[] ns) in bigEndianToInt()
33 public static void intToBigEndian(int n, byte[] bs, int off) in intToBigEndian()
48 public static void intToBigEndian(int[] ns, byte[] bs, int off) in intToBigEndian()
57 public static long bigEndianToLong(byte[] bs, int off) in bigEndianToLong()
64 public static void bigEndianToLong(byte[] bs, int off, long[] ns) in bigEndianToLong()
80 public static void longToBigEndian(long n, byte[] bs, int off) in longToBigEndian()
93 public static void longToBigEndian(long[] ns, byte[] bs, int off) in longToBigEndian()
102 public static int littleEndianToInt(byte[] bs, int off) in littleEndianToInt()
111 public static void littleEndianToInt(byte[] bs, int off, int[] ns) in littleEndianToInt()
[all …]
/external/mesa3d/src/gallium/drivers/zink/
Dzink_batch.c26 reset_obj(struct zink_screen *screen, struct zink_batch_state *bs, struct zink_resource_object *obj) in reset_obj()
76 reset_obj_list(struct zink_screen *screen, struct zink_batch_state *bs, struct zink_batch_obj_list … in reset_obj_list()
85 zink_reset_batch_state(struct zink_context *ctx, struct zink_batch_state *bs) in zink_reset_batch_state()
201 unref_resources(struct zink_screen *screen, struct zink_batch_state *bs) in unref_resources()
238 zink_clear_batch_state(struct zink_context *ctx, struct zink_batch_state *bs) in zink_clear_batch_state()
249 const struct zink_batch_state *bs = ctx->batch_states; in pop_batch_state() local
263 struct zink_batch_state *bs = ctx->batch_states; in zink_batch_reset_all() local
277 zink_batch_state_destroy(struct zink_screen *screen, struct zink_batch_state *bs) in zink_batch_state_destroy()
333 struct zink_batch_state *bs = rzalloc(NULL, struct zink_batch_state); in create_batch_state() local
428 find_unused_state(struct zink_batch_state *bs) in find_unused_state()
[all …]
Dzink_batch.h90 zink_batch_usage_unset(struct zink_batch_usage **u, struct zink_batch_state *bs) in zink_batch_usage_unset()
96 zink_batch_usage_set(struct zink_batch_usage **u, struct zink_batch_state *bs) in zink_batch_usage_set()
102 zink_batch_usage_matches(const struct zink_batch_usage *u, const struct zink_batch_state *bs) in zink_batch_usage_matches()
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
Doverflow.pass.cpp44 std::ofstream bs("overflow.dat"); in main() local
55 std::ifstream bs("overflow.dat"); in main() local
61 std::ofstream bs("overflow.dat"); in main() local
73 std::ifstream bs("overflow.dat"); in main() local
79 std::ofstream bs("overflow.dat"); in main() local
/external/ltp/lib/
Dtst_fill_file.c14 int tst_fill_fd(int fd, char pattern, size_t bs, size_t bcount) in tst_fill_fd()
40 int tst_prealloc_size_fd(int fd, size_t bs, size_t bcount) in tst_prealloc_size_fd()
56 int tst_fill_file(const char *path, char pattern, size_t bs, size_t bcount) in tst_fill_file()
79 int tst_prealloc_file(const char *path, size_t bs, size_t bcount) in tst_prealloc_file()
/external/google-cloud-java/java-maps-addressvalidation/proto-google-maps-addressvalidation-v1/src/main/java/com/google/maps/addressvalidation/v1/
DUspsData.java167 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDeliveryPointCode() local
221 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDeliveryPointCheckDigit() local
282 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDpvConfirmation() local
357 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDpvFootnote() local
428 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDpvCmra() local
485 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDpvVacant() local
543 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDpvNoStat() local
606 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCarrierRoute() local
665 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCarrierRouteIndicator() local
735 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getPostOfficeCity() local
[all …]
DUspsAddress.java99 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getFirstAddressLine() local
150 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getFirm() local
201 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getSecondAddressLine() local
252 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getUrbanization() local
303 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCityStateZipAddressLine() local
354 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCity() local
405 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getState() local
456 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getZipCode() local
507 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getZipCodeExtension() local
1086 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getFirstAddressLine() local
[all …]
/external/testng/src/main/java/org/testng/internal/annotations/
DJDK15TagFactory.java102 BeforeSuite bs = (BeforeSuite) a; in maybeCreateNewConfigurationTag() local
117 AfterSuite bs = (AfterSuite) a; in maybeCreateNewConfigurationTag() local
132 BeforeTest bs = (BeforeTest) a; in maybeCreateNewConfigurationTag() local
147 AfterTest bs = (AfterTest) a; in maybeCreateNewConfigurationTag() local
162 BeforeGroups bs = (BeforeGroups) a; in maybeCreateNewConfigurationTag() local
178 AfterGroups bs = (AfterGroups) a; in maybeCreateNewConfigurationTag() local
194 BeforeClass bs = (BeforeClass) a; in maybeCreateNewConfigurationTag() local
209 AfterClass bs = (AfterClass) a; in maybeCreateNewConfigurationTag() local
224 BeforeMethod bs = (BeforeMethod) a; in maybeCreateNewConfigurationTag() local
239 AfterMethod bs = (AfterMethod) a; in maybeCreateNewConfigurationTag() local
/external/clang/test/CodeGenCXX/
Ddefault-arguments.cpp37 B bs[2]; in f1() local
41 B bs[2]; member
63 B *bs = new B[2]; in f3() local
/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/
DKerberosConfig.java123 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getRootPrincipalPasswordUri() local
176 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKmsKeyUri() local
230 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKeystoreUri() local
285 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getTruststoreUri() local
340 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKeystorePasswordUri() local
395 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKeyPasswordUri() local
450 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getTruststorePasswordUri() local
504 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCrossRealmTrustRealm() local
557 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCrossRealmTrustKdc() local
611 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCrossRealmTrustAdminServer() local
[all …]
/external/google-cloud-java/java-container/proto-google-cloud-container-v1/src/main/java/com/google/container/v1/
DJwk.java98 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKty() local
149 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getAlg() local
200 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getUse() local
251 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKid() local
302 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getN() local
353 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getE() local
404 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getX() local
455 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getY() local
506 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCrv() local
1080 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKty() local
[all …]
/external/google-cloud-java/java-container/proto-google-cloud-container-v1beta1/src/main/java/com/google/container/v1beta1/
DJwk.java98 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKty() local
149 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getAlg() local
200 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getUse() local
251 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKid() local
302 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getN() local
353 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getE() local
404 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getX() local
455 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getY() local
506 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getCrv() local
1081 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getKty() local
[all …]
/external/sdv/vsomeip/third_party/boost/serialization/src/
Dbasic_serializer_map.cpp44 basic_serializer_map::insert(const basic_serializer * bs){ in insert()
76 basic_serializer_map::erase(const basic_serializer * bs){ in erase()
99 const basic_serializer_arg bs(eti); in find() local
/external/google-cloud-java/java-dataflow/proto-google-cloud-dataflow-v1beta3/src/main/java/com/google/dataflow/v1beta3/
DTaskRunnerSettings.java106 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getTaskUser() local
159 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getTaskGroup() local
284 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getBaseUrl() local
341 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getDataflowApiVersion() local
442 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getBaseTaskDir() local
553 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getLogUploadLocation() local
609 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getLogDir() local
665 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getTempStoragePrefix() local
721 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getHarnessCommand() local
772 com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; in getWorkflowFileName() local
[all …]
/external/libvpx/vpx_dsp/
Dintrapred.c21 static INLINE void d207_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d207_predictor()
45 static INLINE void d63_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d63_predictor()
62 static INLINE void d45_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d45_predictor()
81 static INLINE void d117_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d117_predictor()
106 static INLINE void d135_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d135_predictor()
134 static INLINE void d153_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in d153_predictor()
157 static INLINE void v_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in v_predictor()
168 static INLINE void h_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in h_predictor()
179 static INLINE void tm_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in tm_predictor()
191 static INLINE void dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bs, in dc_128_predictor()
[all …]

12345678910>>...254