Searched refs:is16 (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Drv34.h101 int is16; ///< current block has additional 16x16 specific features or not member in struct:RV34DecContext
H A Drv34.c957 static void rv34_output_macroblock(RV34DecContext *r, int8_t *intra_types, int cbp, int is16) argument
984 if(!is16){
1044 r->is16 = get_bits1(gb);
1045 if(!r->is16 && !r->rv30){
1049 s->current_picture_ptr->mb_type[mb_pos] = r->is16 ? MB_TYPE_INTRA16x16 : MB_TYPE_INTRA;
1050 r->block_type = r->is16 ? RV34_MB_TYPE_INTRA16x16 : RV34_MB_TYPE_INTRA;
1063 r->is16 = !!IS_INTRA16x16(s->current_picture_ptr->mb_type[mb_pos]);
1073 if(r->is16){
1089 r->is16 = 1;
1096 return rv34_decode_cbp(gb, r->cur_vlcs, r->is16);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Drv34.h101 int is16; ///< current block has additional 16x16 specific features or not member in struct:RV34DecContext
H A Drv34.c957 static void rv34_output_macroblock(RV34DecContext *r, int8_t *intra_types, int cbp, int is16) argument
984 if(!is16){
1044 r->is16 = get_bits1(gb);
1045 if(!r->is16 && !r->rv30){
1049 s->current_picture_ptr->mb_type[mb_pos] = r->is16 ? MB_TYPE_INTRA16x16 : MB_TYPE_INTRA;
1050 r->block_type = r->is16 ? RV34_MB_TYPE_INTRA16x16 : RV34_MB_TYPE_INTRA;
1063 r->is16 = !!IS_INTRA16x16(s->current_picture_ptr->mb_type[mb_pos]);
1073 if(r->is16){
1089 r->is16 = 1;
1096 return rv34_decode_cbp(gb, r->cur_vlcs, r->is16);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Drv34.h101 int is16; ///< current block has additional 16x16 specific features or not member in struct:RV34DecContext
H A Drv34.c957 static void rv34_output_macroblock(RV34DecContext *r, int8_t *intra_types, int cbp, int is16) argument
984 if(!is16){
1044 r->is16 = get_bits1(gb);
1045 if(!r->is16 && !r->rv30){
1049 s->current_picture_ptr->mb_type[mb_pos] = r->is16 ? MB_TYPE_INTRA16x16 : MB_TYPE_INTRA;
1050 r->block_type = r->is16 ? RV34_MB_TYPE_INTRA16x16 : RV34_MB_TYPE_INTRA;
1063 r->is16 = !!IS_INTRA16x16(s->current_picture_ptr->mb_type[mb_pos]);
1073 if(r->is16){
1089 r->is16 = 1;
1096 return rv34_decode_cbp(gb, r->cur_vlcs, r->is16);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/dream/qdsp5/
H A Dadsp_driver.c407 evt.flags = data->is16;
513 event->is16 = 0;
520 event->is16 = 1;
H A Dadsp.h78 int is16; /* always 0 (msg is 32-bit) when the event type is 1(ARM9) */ member in struct:adsp_event
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/dream/qdsp5/
H A Dadsp_driver.c407 evt.flags = data->is16;
513 event->is16 = 0;
520 event->is16 = 1;
H A Dadsp.h78 int is16; /* always 0 (msg is 32-bit) when the event type is 1(ARM9) */ member in struct:adsp_event

Completed in 204 milliseconds