Searched refs:IS_INTRA (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h74 #define IS_INTRA(a) ((a) & 7) macro
H A Dhevcpred_template.c39 #define IS_INTRA(x, y) \ macro
52 if (!IS_INTRA(i, -1)) \
58 if (!IS_INTRA(i - 1, -1)) \
62 if (!IS_INTRA(-1, i - 3)) \
68 if (!IS_INTRA(-1, i)) \
202 while (j > -1 && !IS_INTRA(-1, j))
204 if (!IS_INTRA(-1, j)) {
206 while (j < size_max_x && !IS_INTRA(j, -1))
213 while (j < size_max_x && !IS_INTRA(j, -1))
236 if (!IS_INTRA(
545 #undef IS_INTRA macro
[all...]
H A Dh264_mb_template.c157 if (IS_INTRA(mb_type)) {
197 if (IS_INTRA(mb_type) && h->sps.profile_idc == 244 &&
239 h->dequant4_coeff[IS_INTRA(mb_type) ? 1 : 4][qp[0]][0]);
242 h->dequant4_coeff[IS_INTRA(mb_type) ? 2 : 5][qp[1]][0]);
248 h->dequant4_coeff[IS_INTRA(mb_type) ? 1 : 4][h->chroma_qp[0]][0]);
250 h->dequant4_coeff[IS_INTRA(mb_type) ? 2 : 5][h->chroma_qp[1]][0]);
341 if (IS_INTRA(mb_type)) {
H A Derror_resilience.c153 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]);
166 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]);
181 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]);
194 int intra_j = IS_INTRA(s->cur_pic.mb_type[mb_index_j]);
252 int left_intra = IS_INTRA(s->cur_pic.mb_type[( b_x >> is_luma) + (b_y >> is_luma) * s->mb_stride]);
253 int right_intra = IS_INTRA(s->cur_pic.mb_type[((b_x + 1) >> is_luma) + (b_y >> is_luma) * s->mb_stride]);
320 int top_intra = IS_INTRA(s->cur_pic.mb_type[(b_x >> is_luma) + ( b_y >> is_luma) * s->mb_stride]);
321 int bottom_intra = IS_INTRA(s->cur_pic.mb_type[(b_x >> is_luma) + ((b_y + 1) >> is_luma) * s->mb_stride]);
392 if (IS_INTRA(s->cur_pic.mb_type[mb_xy]))
417 if (IS_INTRA(
[all...]
H A Dh264_loopfilter.c268 if( IS_INTRA(mb_type) ) {
374 if( IS_INTRA(left_type) )
376 if( IS_INTRA(top_type) )
497 if (IS_INTRA(mb_type | h->cur_pic.mb_type[mbn_xy])) {
535 if( IS_INTRA(mb_type|mbm_type)) {
622 if( IS_INTRA(mb_type)) {
731 if( IS_INTRA(mb_type) ) {
750 if( IS_INTRA( mbn_type ) )
H A Drv30.c159 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
161 if(IS_INTRA(mbtype))
H A Dh264_direct.c322 if(!IS_INTRA(mb_type_col[y8]) && !h->ref_list[1][0].long_ref
345 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref
377 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref && ( l1ref0[i8] == 0
523 if(IS_INTRA(mb_type_col[y8])){
558 if(IS_INTRA(mb_type_col[0])){
586 if(IS_INTRA(mb_type_col[0])){
H A Dh264_mvpred.h460 if (IS_INTRA(mb_type)) {
461 int type_mask = h->pps.constrained_intra_pred ? IS_INTRA(-1) : -1;
548 uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040;
579 nnz_cache[3 + 8 * 12 + 2 * 8 * i] = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 64;
588 h->top_cbp = IS_INTRA(mb_type) ? 0x7CF : 0x00F;
595 h->left_cbp = IS_INTRA(mb_type) ? 0x7CF : 0x00F;
H A Drv40.c371 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
373 if(IS_INTRA(mbtype))
410 mb_strong[i] = IS_INTRA(mbtype[i]) || IS_SEPARATE_DC(mbtype[i]);
H A Dh264_cabac.c1857 int cqm = (IS_INTRA( mb_type ) ? 0:3) + p;
2037 if( IS_INTRA( mb_type ) ) {
2302 if( dct8x8_allowed && (cbp&15) && !IS_INTRA( mb_type ) ) {
2318 nnz_cache[3+8*12 + 2*8*i]= IS_INTRA(mb_type) ? 64 : 0;
2322 uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040;
2389 qmul = h->dequant4_coeff[c+1+(IS_INTRA( mb_type ) ? 0:3)][h->chroma_qp[c]];
2412 qmul = h->dequant4_coeff[c+1+(IS_INTRA( mb_type ) ? 0:3)][h->chroma_qp[c]];
H A Dh264_cavlc.c663 int cqm = (IS_INTRA( mb_type ) ? 0:3)+p;
798 if(IS_INTRA(mb_type)){
1082 if(dct8x8_allowed && (cbp&15) && !IS_INTRA(mb_type)){
1093 GetBitContext *gb= IS_INTRA(mb_type) ? h->intra_gb_ptr : h->inter_gb_ptr;
1147 const uint32_t *qmul = h->dequant4_coeff[chroma_idx+1+(IS_INTRA( mb_type ) ? 0:3)][h->chroma_qp[chroma_idx]];
H A Dmpegvideo_motion.c690 if (mb_y == 0 || IS_INTRA(cur_frame->mb_type[xy - s->mb_stride])) {
700 if (mb_x == 0 || IS_INTRA(cur_frame->mb_type[xy - 1])) {
709 if (mb_x + 1 >= s->mb_width || IS_INTRA(cur_frame->mb_type[xy + 1])) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Derror_resilience.c192 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]);
204 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]);
216 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]);
229 int intra_j = IS_INTRA(s->current_picture.f.mb_type[mb_index_j]);
269 int left_intra = IS_INTRA(s->current_picture.f.mb_type[( b_x >> is_luma) + (b_y >> is_luma) * s->mb_stride]);
270 int right_intra = IS_INTRA(s->current_picture.f.mb_type[((b_x + 1) >> is_luma) + (b_y >> is_luma) * s->mb_stride]);
337 int top_intra = IS_INTRA(s->current_picture.f.mb_type[(b_x >> is_luma) + ( b_y >> is_luma) * s->mb_stride]);
338 int bottom_intra = IS_INTRA(s->current_picture.f.mb_type[(b_x >> is_luma) + ((b_y + 1) >> is_luma) * s->mb_stride]);
409 if (IS_INTRA(s->current_picture.f.mb_type[mb_xy]))
430 if (IS_INTRA(
[all...]
H A Dh264_loopfilter.c272 if( IS_INTRA(mb_type) ) {
378 if( IS_INTRA(left_type) )
380 if( IS_INTRA(top_type) )
502 if (IS_INTRA(mb_type | s->current_picture.f.mb_type[mbn_xy])) {
540 if( IS_INTRA(mb_type|mbm_type)) {
627 if( IS_INTRA(mb_type)) {
737 if( IS_INTRA(mb_type) ) {
756 if( IS_INTRA( mbn_type ) )
H A Drv30.c146 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
148 if(IS_INTRA(mbtype))
H A Dh264_direct.c320 if(!IS_INTRA(mb_type_col[y8]) && !h->ref_list[1][0].long_ref
343 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref
375 if(!IS_INTRA(mb_type_col[0]) && !h->ref_list[1][0].long_ref && ( l1ref0[i8] == 0
522 if(IS_INTRA(mb_type_col[y8])){
557 if(IS_INTRA(mb_type_col[0])){
585 if(IS_INTRA(mb_type_col[0])){
H A Dh264_mvpred.h433 if(IS_INTRA(mb_type)){
434 int type_mask= h->pps.constrained_intra_pred ? IS_INTRA(-1) : -1;
521 uint32_t top_empty = CABAC && !IS_INTRA(mb_type) ? 0 : 0x40404040;
552 nnz_cache[3+8*12 + 2*8*i]= CABAC && !IS_INTRA(mb_type) ? 0 : 64;
561 h->top_cbp = IS_INTRA(mb_type) ? 0x7CF : 0x00F;
569 h->left_cbp = IS_INTRA(mb_type) ? 0x7CF : 0x00F;
H A Drv40.c365 if(IS_INTRA(mbtype) || IS_SEPARATE_DC(mbtype))
367 if(IS_INTRA(mbtype))
403 mb_strong[i] = IS_INTRA(mbtype[i]) || IS_SEPARATE_DC(mbtype[i]);
H A Dh264_cavlc.c658 int cqm = (IS_INTRA( mb_type ) ? 0:3)+p;
796 if(IS_INTRA(mb_type)){
1075 if(dct8x8_allowed && (cbp&15) && !IS_INTRA(mb_type)){
1086 GetBitContext *gb= IS_INTRA(mb_type) ? h->intra_gb_ptr : h->inter_gb_ptr;
1137 const uint32_t *qmul = h->dequant4_coeff[chroma_idx+1+(IS_INTRA( mb_type ) ? 0:3)][h->chroma_qp[chroma_idx]];
1162 const uint32_t *qmul = h->dequant4_coeff[chroma_idx+1+(IS_INTRA( mb_type ) ? 0:3)][h->chroma_qp[chroma_idx]];
H A Dh264_cabac.c1842 int cqm = (IS_INTRA( mb_type ) ? 0:3) + p;
2024 if( IS_INTRA( mb_type ) ) {
2283 if( dct8x8_allowed && (cbp&15) && !IS_INTRA( mb_type ) ) {
2299 nnz_cache[3+8*12 + 2*8*i]= IS_INTRA(mb_type) ? 64 : 0;
2303 uint32_t top_empty = CABAC && !IS_INTRA(mb_type) ? 0 : 0x40404040;
2372 qmul = h->dequant4_coeff[c+1+(IS_INTRA( mb_type ) ? 0:3)][h->chroma_qp[c]];
2398 qmul = h->dequant4_coeff[c+1+(IS_INTRA( mb_type ) ? 0:3)][h->chroma_qp[c]];
H A Dmpegvideo_common.h664 if (mb_y == 0 || IS_INTRA(s->current_picture.f.mb_type[xy - s->mb_stride])) {
670 if (mb_x == 0 || IS_INTRA(s->current_picture.f.mb_type[xy - 1])) {
678 if (mb_x + 1 >= s->mb_width || IS_INTRA(s->current_picture.f.mb_type[xy + 1])) {
H A Dmpegvideo.h99 #define IS_INTRA(a) ((a)&7) macro
H A Dh264.c1888 ff_svq3_add_idct_c(ptr, h->mb + i*16 + p*256, linesize, s->qscale, IS_INTRA(mb_type) ? 1 : 0);
2012 if(IS_INTRA(mb_type)){
2048 if(IS_INTRA(mb_type) && h->sps.profile_idc==244 && (h->chroma_pred_mode==VERT_PRED8x8 || h->chroma_pred_mode==HOR_PRED8x8)){
2077 h->h264dsp.h264_chroma_dc_dequant_idct(h->mb + (16*16*1 << pixel_shift), h->dequant4_coeff[IS_INTRA(mb_type) ? 1:4][qp[0]][0]);
2079 h->h264dsp.h264_chroma_dc_dequant_idct(h->mb + (16*16*2 << pixel_shift), h->dequant4_coeff[IS_INTRA(mb_type) ? 2:5][qp[1]][0]);
2084 h->h264dsp.h264_chroma_dc_dequant_idct(h->mb + 16*16*1, h->dequant4_coeff[IS_INTRA(mb_type) ? 1:4][h->chroma_qp[0]][0]);
2085 h->h264dsp.h264_chroma_dc_dequant_idct(h->mb + 16*16*2, h->dequant4_coeff[IS_INTRA(mb_type) ? 2:5][h->chroma_qp[1]][0]);
2098 if(h->cbp || IS_INTRA(mb_type))
2174 if(IS_INTRA(mb_type)){
2194 if(h->cbp || IS_INTRA(mb_typ
[all...]
H A Dsvq3.c648 cbp = IS_INTRA(mb_type) ? golomb_to_intra4x4_cbp[vlc] : golomb_to_inter_cbp[vlc];
712 if (IS_INTRA(mb_type)) {
H A Drv34.c418 if(IS_INTRA(s->current_picture_ptr->f.mb_type[mb_pos])){
879 if(IS_INTRA(next_bt) || IS_SKIP(next_bt)){
1237 if (IS_INTRA(s->current_picture_ptr->f.mb_type[mb_pos])){

Completed in 330 milliseconds

12