Searched refs:chroma_qp (Results 1 - 21 of 21) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh263.c178 const int chroma_qp= s->chroma_qscale_table[qp_tc]; local
182 s->dsp.h263_v_loop_filter(dest_cb , uvlinesize, chroma_qp);
183 s->dsp.h263_v_loop_filter(dest_cr , uvlinesize, chroma_qp);
196 const int chroma_qp= s->chroma_qscale_table[qp_dt]; local
198 s->dsp.h263_h_loop_filter(dest_cb-8*uvlinesize, uvlinesize, chroma_qp);
199 s->dsp.h263_h_loop_filter(dest_cr-8*uvlinesize, uvlinesize, chroma_qp);
220 const int chroma_qp= s->chroma_qscale_table[qp_lc]; local
222 s->dsp.h263_h_loop_filter(dest_cb , uvlinesize, chroma_qp);
223 s->dsp.h263_h_loop_filter(dest_cr , uvlinesize, chroma_qp);
H A Dh264_loopfilter.c505 ( h->chroma_qp[0] + get_chroma_qp( h, 0, s->current_picture.qscale_table[mbn_xy] ) + 1 ) >> 1, h);
507 ( h->chroma_qp[1] + get_chroma_qp( h, 1, s->current_picture.qscale_table[mbn_xy] ) + 1 ) >> 1, h);
559 //tprintf(s->avctx, "filter mb:%d/%d dir:%d edge:%d, QPy:%d, QPc:%d, QPcn:%d\n", mb_x, mb_y, dir, edge, qp, h->chroma_qp[0], s->current_picture.qscale_table[mbn_xy]);
565 int qp= ( h->chroma_qp[0] + get_chroma_qp( h, 0, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
568 qp= ( h->chroma_qp[1] + get_chroma_qp( h, 1, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
574 int qp= ( h->chroma_qp[0] + get_chroma_qp( h, 0, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
577 qp= ( h->chroma_qp[1] + get_chroma_qp( h, 1, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
637 //tprintf(s->avctx, "filter mb:%d/%d dir:%d edge:%d, QPy:%d, QPc:%d, QPcn:%d\n", mb_x, mb_y, dir, edge, qp, h->chroma_qp[0], s->current_picture.qscale_table[mbn_xy]);
643 filter_mb_edgecv( &img_cb[2*edge], uvlinesize, bS, h->chroma_qp[0], h);
644 filter_mb_edgecv( &img_cr[2*edge], uvlinesize, bS, h->chroma_qp[
[all...]
H A Dh264_cavlc.c942 h->chroma_qp[0]= get_chroma_qp(h, 0, s->qscale);
943 h->chroma_qp[1]= get_chroma_qp(h, 1, s->qscale);
1001 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.c1637 h->chroma_qp[0] = get_chroma_qp(h, 0, s->qscale);
1638 h->chroma_qp[1] = get_chroma_qp(h, 1, s->qscale);
1691 qmul = h->dequant4_coeff[c+1+(IS_INTRA( mb_type ) ? 0:3)][h->chroma_qp[c]];
H A Dh264.c1300 chroma_dc_dequant_idct_c(h->mb + 16*16, h->chroma_qp[0], h->dequant4_coeff[IS_INTRA(mb_type) ? 1:4][h->chroma_qp[0]][0]);
1301 chroma_dc_dequant_idct_c(h->mb + 16*16+4*16, h->chroma_qp[1], h->dequant4_coeff[IS_INTRA(mb_type) ? 2:5][h->chroma_qp[1]][0]);
2075 h->chroma_qp[0] = get_chroma_qp(h, 0, s->qscale);
2076 h->chroma_qp[1] = get_chroma_qp(h, 1, s->qscale);
2251 //this is a conservative estimate: could also check beta_offset and more accurate chroma_qp
2468 h->chroma_qp[0] = get_chroma_qp(h, 0, s->current_picture.qscale_table[mb_xy]);
2469 h->chroma_qp[1] = get_chroma_qp(h, 1, s->current_picture.qscale_table[mb_xy]);
2482 h->chroma_qp[
[all...]
H A Dsvq3.c819 h->chroma_qp[0] = h->chroma_qp[1] = 4;
H A Dh264.h267 int chroma_qp[2]; //QPc member in struct:H264Context
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh263.c178 const int chroma_qp= s->chroma_qscale_table[qp_tc]; local
182 s->dsp.h263_v_loop_filter(dest_cb , uvlinesize, chroma_qp);
183 s->dsp.h263_v_loop_filter(dest_cr , uvlinesize, chroma_qp);
196 const int chroma_qp= s->chroma_qscale_table[qp_dt]; local
198 s->dsp.h263_h_loop_filter(dest_cb-8*uvlinesize, uvlinesize, chroma_qp);
199 s->dsp.h263_h_loop_filter(dest_cr-8*uvlinesize, uvlinesize, chroma_qp);
220 const int chroma_qp= s->chroma_qscale_table[qp_lc]; local
222 s->dsp.h263_h_loop_filter(dest_cb , uvlinesize, chroma_qp);
223 s->dsp.h263_h_loop_filter(dest_cr , uvlinesize, chroma_qp);
H A Dh264_loopfilter.c505 ( h->chroma_qp[0] + get_chroma_qp( h, 0, s->current_picture.qscale_table[mbn_xy] ) + 1 ) >> 1, h);
507 ( h->chroma_qp[1] + get_chroma_qp( h, 1, s->current_picture.qscale_table[mbn_xy] ) + 1 ) >> 1, h);
559 //tprintf(s->avctx, "filter mb:%d/%d dir:%d edge:%d, QPy:%d, QPc:%d, QPcn:%d\n", mb_x, mb_y, dir, edge, qp, h->chroma_qp[0], s->current_picture.qscale_table[mbn_xy]);
565 int qp= ( h->chroma_qp[0] + get_chroma_qp( h, 0, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
568 qp= ( h->chroma_qp[1] + get_chroma_qp( h, 1, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
574 int qp= ( h->chroma_qp[0] + get_chroma_qp( h, 0, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
577 qp= ( h->chroma_qp[1] + get_chroma_qp( h, 1, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
637 //tprintf(s->avctx, "filter mb:%d/%d dir:%d edge:%d, QPy:%d, QPc:%d, QPcn:%d\n", mb_x, mb_y, dir, edge, qp, h->chroma_qp[0], s->current_picture.qscale_table[mbn_xy]);
643 filter_mb_edgecv( &img_cb[2*edge], uvlinesize, bS, h->chroma_qp[0], h);
644 filter_mb_edgecv( &img_cr[2*edge], uvlinesize, bS, h->chroma_qp[
[all...]
H A Dh264_cavlc.c942 h->chroma_qp[0]= get_chroma_qp(h, 0, s->qscale);
943 h->chroma_qp[1]= get_chroma_qp(h, 1, s->qscale);
1001 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.c1637 h->chroma_qp[0] = get_chroma_qp(h, 0, s->qscale);
1638 h->chroma_qp[1] = get_chroma_qp(h, 1, s->qscale);
1691 qmul = h->dequant4_coeff[c+1+(IS_INTRA( mb_type ) ? 0:3)][h->chroma_qp[c]];
H A Dh264.c1300 chroma_dc_dequant_idct_c(h->mb + 16*16, h->chroma_qp[0], h->dequant4_coeff[IS_INTRA(mb_type) ? 1:4][h->chroma_qp[0]][0]);
1301 chroma_dc_dequant_idct_c(h->mb + 16*16+4*16, h->chroma_qp[1], h->dequant4_coeff[IS_INTRA(mb_type) ? 2:5][h->chroma_qp[1]][0]);
2075 h->chroma_qp[0] = get_chroma_qp(h, 0, s->qscale);
2076 h->chroma_qp[1] = get_chroma_qp(h, 1, s->qscale);
2251 //this is a conservative estimate: could also check beta_offset and more accurate chroma_qp
2468 h->chroma_qp[0] = get_chroma_qp(h, 0, s->current_picture.qscale_table[mb_xy]);
2469 h->chroma_qp[1] = get_chroma_qp(h, 1, s->current_picture.qscale_table[mb_xy]);
2482 h->chroma_qp[
[all...]
H A Dsvq3.c819 h->chroma_qp[0] = h->chroma_qp[1] = 4;
H A Dh264.h267 int chroma_qp[2]; //QPc member in struct:H264Context
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh263.c178 const int chroma_qp= s->chroma_qscale_table[qp_tc]; local
182 s->dsp.h263_v_loop_filter(dest_cb , uvlinesize, chroma_qp);
183 s->dsp.h263_v_loop_filter(dest_cr , uvlinesize, chroma_qp);
196 const int chroma_qp= s->chroma_qscale_table[qp_dt]; local
198 s->dsp.h263_h_loop_filter(dest_cb-8*uvlinesize, uvlinesize, chroma_qp);
199 s->dsp.h263_h_loop_filter(dest_cr-8*uvlinesize, uvlinesize, chroma_qp);
220 const int chroma_qp= s->chroma_qscale_table[qp_lc]; local
222 s->dsp.h263_h_loop_filter(dest_cb , uvlinesize, chroma_qp);
223 s->dsp.h263_h_loop_filter(dest_cr , uvlinesize, chroma_qp);
H A Dh264_loopfilter.c505 ( h->chroma_qp[0] + get_chroma_qp( h, 0, s->current_picture.qscale_table[mbn_xy] ) + 1 ) >> 1, h);
507 ( h->chroma_qp[1] + get_chroma_qp( h, 1, s->current_picture.qscale_table[mbn_xy] ) + 1 ) >> 1, h);
559 //tprintf(s->avctx, "filter mb:%d/%d dir:%d edge:%d, QPy:%d, QPc:%d, QPcn:%d\n", mb_x, mb_y, dir, edge, qp, h->chroma_qp[0], s->current_picture.qscale_table[mbn_xy]);
565 int qp= ( h->chroma_qp[0] + get_chroma_qp( h, 0, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
568 qp= ( h->chroma_qp[1] + get_chroma_qp( h, 1, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
574 int qp= ( h->chroma_qp[0] + get_chroma_qp( h, 0, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
577 qp= ( h->chroma_qp[1] + get_chroma_qp( h, 1, s->current_picture.qscale_table[mbm_xy] ) + 1 ) >> 1;
637 //tprintf(s->avctx, "filter mb:%d/%d dir:%d edge:%d, QPy:%d, QPc:%d, QPcn:%d\n", mb_x, mb_y, dir, edge, qp, h->chroma_qp[0], s->current_picture.qscale_table[mbn_xy]);
643 filter_mb_edgecv( &img_cb[2*edge], uvlinesize, bS, h->chroma_qp[0], h);
644 filter_mb_edgecv( &img_cr[2*edge], uvlinesize, bS, h->chroma_qp[
[all...]
H A Dh264_cavlc.c942 h->chroma_qp[0]= get_chroma_qp(h, 0, s->qscale);
943 h->chroma_qp[1]= get_chroma_qp(h, 1, s->qscale);
1001 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.c1637 h->chroma_qp[0] = get_chroma_qp(h, 0, s->qscale);
1638 h->chroma_qp[1] = get_chroma_qp(h, 1, s->qscale);
1691 qmul = h->dequant4_coeff[c+1+(IS_INTRA( mb_type ) ? 0:3)][h->chroma_qp[c]];
H A Dh264.c1300 chroma_dc_dequant_idct_c(h->mb + 16*16, h->chroma_qp[0], h->dequant4_coeff[IS_INTRA(mb_type) ? 1:4][h->chroma_qp[0]][0]);
1301 chroma_dc_dequant_idct_c(h->mb + 16*16+4*16, h->chroma_qp[1], h->dequant4_coeff[IS_INTRA(mb_type) ? 2:5][h->chroma_qp[1]][0]);
2075 h->chroma_qp[0] = get_chroma_qp(h, 0, s->qscale);
2076 h->chroma_qp[1] = get_chroma_qp(h, 1, s->qscale);
2251 //this is a conservative estimate: could also check beta_offset and more accurate chroma_qp
2468 h->chroma_qp[0] = get_chroma_qp(h, 0, s->current_picture.qscale_table[mb_xy]);
2469 h->chroma_qp[1] = get_chroma_qp(h, 1, s->current_picture.qscale_table[mb_xy]);
2482 h->chroma_qp[
[all...]
H A Dsvq3.c819 h->chroma_qp[0] = h->chroma_qp[1] = 4;
H A Dh264.h267 int chroma_qp[2]; //QPc member in struct:H264Context

Completed in 245 milliseconds