Searched refs:BLOCK_SIZE (Results 1 - 25 of 110) sorted by relevance

12345

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.h23 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
24 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize);
27 BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
29 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
32 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
35 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
H A Dvp9_pickmode.h25 BLOCK_SIZE bsize);
H A Dvp9_tokenize.h43 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
48 BLOCK_SIZE bsize);
H A Dvp9_aq_variance.h28 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
H A Dvp9_rdopt.h48 BLOCK_SIZE block_size,
58 int *r, int64_t *d, BLOCK_SIZE bsize,
66 BLOCK_SIZE bsize,
75 BLOCK_SIZE bsize,
81 void vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size,
H A Dvp9_aq_cyclicrefresh.h36 BLOCK_SIZE bsize, int use_rd);
H A Dvp9_speed_features.h225 BLOCK_SIZE always_this_block_size;
240 BLOCK_SIZE min_partition_size;
241 BLOCK_SIZE max_partition_size;
326 // modes are disabled in order from LSB to MSB for each BLOCK_SIZE.
340 BLOCK_SIZE max_intra_bsize;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.h23 void vp9_encode_sb(MACROBLOCK *x, BLOCK_SIZE bsize);
24 void vp9_encode_sby_pass1(MACROBLOCK *x, BLOCK_SIZE bsize);
26 BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
28 BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
30 BLOCK_SIZE plane_bsize, TX_SIZE tx_size);
32 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
35 BLOCK_SIZE plane_bsize, TX_SIZE tx_size,
38 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
H A Dvp9_pickmode.h25 BLOCK_SIZE bsize,
H A Dvp9_rdopt.h28 int *r, int64_t *d, BLOCK_SIZE bsize,
36 BLOCK_SIZE bsize,
44 BLOCK_SIZE bsize,
54 BLOCK_SIZE bsize,
H A Dvp9_tokenize.h43 int vp9_is_skippable_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
48 BLOCK_SIZE bsize);
H A Dvp9_aq_variance.h28 int vp9_block_energy(VP9_COMP *cpi, MACROBLOCK *x, BLOCK_SIZE bs);
H A Dvp9_aq_cyclicrefresh.h36 BLOCK_SIZE bsize, int use_rd);
H A Dvp9_speed_features.h229 BLOCK_SIZE comp_inter_joint_search_thresh;
279 BLOCK_SIZE always_this_block_size;
294 BLOCK_SIZE min_partition_size;
295 BLOCK_SIZE max_partition_size;
390 // modes are used in order from LSB to MSB for each BLOCK_SIZE.
404 BLOCK_SIZE max_intra_bsize;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_common_data.h30 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
32 extern const BLOCK_SIZE txsize_to_bsize[TX_SIZES];
34 extern const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2];
H A Dvp9_blockd.h114 static INLINE int b_width_log2(BLOCK_SIZE sb_type) {
117 static INLINE int b_height_log2(BLOCK_SIZE sb_type) {
121 static INLINE int mi_width_log2(BLOCK_SIZE sb_type) {
128 BLOCK_SIZE sb_type;
249 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize,
277 static INLINE TX_SIZE get_uv_tx_size_impl(TX_SIZE y_tx_size, BLOCK_SIZE bsize,
282 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][xss][yss];
293 static INLINE BLOCK_SIZE get_plane_block_size(BLOCK_SIZE bsiz
[all...]
H A Dvp9_reconinter.h22 BLOCK_SIZE bsize);
25 BLOCK_SIZE bsize);
28 BLOCK_SIZE bsize);
31 BLOCK_SIZE bsize);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_detokenize.h23 int plane, int block, BLOCK_SIZE plane_bsize,
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.h23 int plane, int block, BLOCK_SIZE plane_bsize,
/external/libvpx/libvpx/vp9/common/
H A Dvp9_common_data.h30 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
33 extern const BLOCK_SIZE ss_size_lookup[BLOCK_SIZES][2][2];
H A Dvp9_blockd.h110 static INLINE int b_width_log2(BLOCK_SIZE sb_type) {
113 static INLINE int b_height_log2(BLOCK_SIZE sb_type) {
117 static INLINE int mi_width_log2(BLOCK_SIZE sb_type) {
124 BLOCK_SIZE sb_type;
245 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize,
247 const BLOCK_SIZE subsize = subsize_lookup[partition][bsize];
275 static INLINE TX_SIZE get_uv_tx_size_impl(TX_SIZE y_tx_size, BLOCK_SIZE bsize) {
280 const BLOCK_SIZE plane_bsize = ss_size_lookup[bsize][1][1];
289 static INLINE BLOCK_SIZE get_plane_block_siz
[all...]
H A Dvp9_reconinter.h22 BLOCK_SIZE bsize);
25 BLOCK_SIZE bsize);
28 BLOCK_SIZE bsize);
31 BLOCK_SIZE bsize);
/external/yaffs2/yaffs2/direct/
H A Dyaffs_fileem2k.h27 #define BLOCK_SIZE (PAGES_PER_BLOCK * (PAGE_SIZE)) macro
39 #define BLOCK_SIZE (PAGES_PER_BLOCK * (PAGE_SIZE)) macro
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DGCMBlockCipher.java24 private static final int BLOCK_SIZE = 16; field in class:GCMBlockCipher
58 if (c.getBlockSize() != BLOCK_SIZE)
61 "cipher required with a block size of " + BLOCK_SIZE + ".");
122 int bufLength = forEncryption ? BLOCK_SIZE : (BLOCK_SIZE + macSize);
131 // (but must be 16 if nonce length not 12) (BLOCK_SIZE?)
140 this.H = new byte[BLOCK_SIZE];
148 this.J0 = new byte[BLOCK_SIZE];
153 this.J0[BLOCK_SIZE - 1] = 0x01;
158 byte[] X = new byte[BLOCK_SIZE];
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESedeEngine.java14 protected static final int BLOCK_SIZE = 8; field in class:DESedeEngine
82 return BLOCK_SIZE;
96 if ((inOff + BLOCK_SIZE) > in.length)
101 if ((outOff + BLOCK_SIZE) > out.length)
106 byte[] temp = new byte[BLOCK_SIZE];
121 return BLOCK_SIZE;

Completed in 325 milliseconds

12345