Searched refs:block_type (Results 1 - 25 of 59) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/tls/
H A Dpkcs1.h18 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
H A Dpkcs1.c22 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, argument
50 *pos++ = block_type; /* BT */
52 switch (block_type) {
75 "%d", __func__, block_type);
85 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, argument
93 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/tls/
H A Dpkcs1.h18 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
H A Dpkcs1.c22 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, argument
50 *pos++ = block_type; /* BT */
52 switch (block_type) {
75 "%d", __func__, block_type);
85 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, argument
93 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/tls/
H A Dpkcs1.h18 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key,
H A Dpkcs1.c22 static int pkcs1_generate_encryption_block(u8 block_type, size_t modlen, argument
50 *pos++ = block_type; /* BT */
52 switch (block_type) {
75 "%d", __func__, block_type);
85 int pkcs1_encrypt(int block_type, struct crypto_rsa_key *key, argument
93 if (pkcs1_generate_encryption_block(block_type, modlen, in, inlen,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavformat/
H A Dbethsoftvid.c101 uint8_t block_type, AVFormatContext *s, int npixels)
117 vidbuf_start[vidbuf_nbytes++] = block_type;
123 if(block_type == VIDEO_YOFF_P_FRAME){
138 if(block_type == VIDEO_I_FRAME)
178 unsigned char block_type; local
185 block_type = get_byte(pb);
186 switch(block_type){
211 return read_frame(vid, pb, pkt, block_type, s,
221 block_type, block_type, block_typ
100 read_frame(BVID_DemuxContext *vid, ByteIOContext *pb, AVPacket *pkt, uint8_t block_type, AVFormatContext *s, int npixels) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavformat/
H A Dbethsoftvid.c101 uint8_t block_type, AVFormatContext *s, int npixels)
117 vidbuf_start[vidbuf_nbytes++] = block_type;
123 if(block_type == VIDEO_YOFF_P_FRAME){
138 if(block_type == VIDEO_I_FRAME)
178 unsigned char block_type; local
185 block_type = get_byte(pb);
186 switch(block_type){
211 return read_frame(vid, pb, pkt, block_type, s,
221 block_type, block_type, block_typ
100 read_frame(BVID_DemuxContext *vid, ByteIOContext *pb, AVPacket *pkt, uint8_t block_type, AVFormatContext *s, int npixels) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavformat/
H A Dbethsoftvid.c101 uint8_t block_type, AVFormatContext *s, int npixels)
117 vidbuf_start[vidbuf_nbytes++] = block_type;
123 if(block_type == VIDEO_YOFF_P_FRAME){
138 if(block_type == VIDEO_I_FRAME)
178 unsigned char block_type; local
185 block_type = get_byte(pb);
186 switch(block_type){
211 return read_frame(vid, pb, pkt, block_type, s,
221 block_type, block_type, block_typ
100 read_frame(BVID_DemuxContext *vid, ByteIOContext *pb, AVPacket *pkt, uint8_t block_type, AVFormatContext *s, int npixels) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmpegaudio3.h28 uint8_t block_type; member in struct:GranuleDef
H A Dbethsoftvideo.c66 char block_type; local
81 switch(block_type = *buf++){
100 else if(block_type == VIDEO_I_FRAME)
112 else if(block_type == VIDEO_I_FRAME)
H A Dc93.c164 C93BlockType block_type; local
169 block_type= bt & 0x0F;
170 switch (block_type) {
204 if (block_type == C93_4X4_2COLOR) {
208 } else if (block_type == C93_4X4_4COLOR) {
231 block_type, x, y);
H A Drv34.c458 static void rv34_pred_mv(RV34DecContext *r, int block_type, int subblock_no, int dmv_no) argument
466 int c_off = part_sizes_w[block_type];
499 for(j = 0; j < part_sizes_h[block_type]; j++){
500 for(i = 0; i < part_sizes_w[block_type]; i++){
546 static void rv34_pred_mv_b(RV34DecContext *r, int block_type, int dir) argument
593 if(block_type == RV34_MB_B_BACKWARD || block_type == RV34_MB_B_FORWARD){
601 static void rv34_pred_mv_rv3(RV34DecContext *r, int block_type, int dir) argument
653 * @param block_type type of the current block
664 static inline void rv34_mc(RV34DecContext *r, const int block_type, argument
750 rv34_mc_1mv(RV34DecContext *r, const int block_type, const int xoff, const int yoff, int mv_off, const int width, const int height, int dir) argument
761 rv34_mc_2mv(RV34DecContext *r, const int block_type) argument
800 rv34_decode_mv(RV34DecContext *r, int block_type) argument
[all...]
H A Drv34.h98 int block_type; ///< current block type member in struct:RV34DecContext
H A Dtruemotion1.c62 int block_type; member in struct:TrueMotion1Context
115 int block_type; member in struct:comp_types
449 s->block_type = compression_types[header.compression].block_type;
454 s->block_height, s->block_type,
666 if (s->block_type == BLOCK_2x2) {
673 } else if (s->block_type == BLOCK_4x2) {
792 if (s->block_type == BLOCK_2x2) {
799 } else if (s->block_type == BLOCK_4x2) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dbethsoftvideo.c66 char block_type; local
81 switch(block_type = *buf++){
100 else if(block_type == VIDEO_I_FRAME)
112 else if(block_type == VIDEO_I_FRAME)
H A Dmpegaudio3.h28 uint8_t block_type; member in struct:GranuleDef
H A Dc93.c164 C93BlockType block_type; local
169 block_type= bt & 0x0F;
170 switch (block_type) {
204 if (block_type == C93_4X4_2COLOR) {
208 } else if (block_type == C93_4X4_4COLOR) {
231 block_type, x, y);
H A Drv34.c458 static void rv34_pred_mv(RV34DecContext *r, int block_type, int subblock_no, int dmv_no) argument
466 int c_off = part_sizes_w[block_type];
499 for(j = 0; j < part_sizes_h[block_type]; j++){
500 for(i = 0; i < part_sizes_w[block_type]; i++){
546 static void rv34_pred_mv_b(RV34DecContext *r, int block_type, int dir) argument
593 if(block_type == RV34_MB_B_BACKWARD || block_type == RV34_MB_B_FORWARD){
601 static void rv34_pred_mv_rv3(RV34DecContext *r, int block_type, int dir) argument
653 * @param block_type type of the current block
664 static inline void rv34_mc(RV34DecContext *r, const int block_type, argument
750 rv34_mc_1mv(RV34DecContext *r, const int block_type, const int xoff, const int yoff, int mv_off, const int width, const int height, int dir) argument
761 rv34_mc_2mv(RV34DecContext *r, const int block_type) argument
800 rv34_decode_mv(RV34DecContext *r, int block_type) argument
[all...]
H A Drv34.h98 int block_type; ///< current block type member in struct:RV34DecContext
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dbethsoftvideo.c66 char block_type; local
81 switch(block_type = *buf++){
100 else if(block_type == VIDEO_I_FRAME)
112 else if(block_type == VIDEO_I_FRAME)
H A Dmpegaudio3.h28 uint8_t block_type; member in struct:GranuleDef
H A Dc93.c164 C93BlockType block_type; local
169 block_type= bt & 0x0F;
170 switch (block_type) {
204 if (block_type == C93_4X4_2COLOR) {
208 } else if (block_type == C93_4X4_4COLOR) {
231 block_type, x, y);
H A Drv34.c458 static void rv34_pred_mv(RV34DecContext *r, int block_type, int subblock_no, int dmv_no) argument
466 int c_off = part_sizes_w[block_type];
499 for(j = 0; j < part_sizes_h[block_type]; j++){
500 for(i = 0; i < part_sizes_w[block_type]; i++){
546 static void rv34_pred_mv_b(RV34DecContext *r, int block_type, int dir) argument
593 if(block_type == RV34_MB_B_BACKWARD || block_type == RV34_MB_B_FORWARD){
601 static void rv34_pred_mv_rv3(RV34DecContext *r, int block_type, int dir) argument
653 * @param block_type type of the current block
664 static inline void rv34_mc(RV34DecContext *r, const int block_type, argument
750 rv34_mc_1mv(RV34DecContext *r, const int block_type, const int xoff, const int yoff, int mv_off, const int width, const int height, int dir) argument
761 rv34_mc_2mv(RV34DecContext *r, const int block_type) argument
800 rv34_decode_mv(RV34DecContext *r, int block_type) argument
[all...]
H A Drv34.h98 int block_type; ///< current block type member in struct:RV34DecContext

Completed in 125 milliseconds

123