Home
last modified time | relevance | path

Searched refs:dequant4_coeff (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_ps.h136 uint32_t(*dequant4_coeff[6])[16]; member
Dh264_ps.c675 pps->dequant4_coeff[i] = pps->dequant4_buffer[i]; in init_dequant4_coeff_table()
679 pps->dequant4_coeff[i] = pps->dequant4_buffer[j]; in init_dequant4_coeff_table()
689 pps->dequant4_coeff[i][q][(x >> 2) | ((x << 2) & 0xF)] = in init_dequant4_coeff_table()
707 pps->dequant4_coeff[i][0][x] = 1 << 6; in init_dequant_tables()
Dh264_mb_template.c238 … h->ps.pps->dequant4_coeff[IS_INTRA(mb_type) ? 1 : 4][qp[0]][0]); in FUNC()
241 … h->ps.pps->dequant4_coeff[IS_INTRA(mb_type) ? 2 : 5][qp[1]][0]); in FUNC()
Dh264_cabac.c1886 qmul = h->ps.pps->dequant4_coeff[p][qscale]; in decode_cabac_luma_residual()
1903 qmul = h->ps.pps->dequant4_coeff[cqm][qscale]; in decode_cabac_luma_residual()
2453 … qmul = h->ps.pps->dequant4_coeff[c+1+(IS_INTRA( mb_type ) ? 0:3)][sl->chroma_qp[c]]; in ff_h264_decode_mb_cabac()
2477 … qmul = h->ps.pps->dequant4_coeff[c+1+(IS_INTRA( mb_type ) ? 0:3)][sl->chroma_qp[c]]; in ff_h264_decode_mb_cabac()
Dh264_cavlc.c648 index, scan + 1, h->ps.pps->dequant4_coeff[p][qscale], 15) < 0 ){ in decode_luma_residual()
680 scan, h->ps.pps->dequant4_coeff[cqm][qscale], 16) < 0 ){ in decode_luma_residual()
1155 …const uint32_t *qmul = h->ps.pps->dequant4_coeff[chroma_idx+1+(IS_INTRA( mb_type ) ? 0:3)][sl->chr… in ff_h264_decode_mb_cavlc()
Dsvq3.c144 uint32_t dequant4_coeff[QP_MAX_NUM + 1][16]; member
697 s->dequant4_coeff[4][0]); in hl_decode_mb()
699 s->dequant4_coeff[4][0]); in hl_decode_mb()
1112 s->dequant4_coeff[q][(x >> 2) | ((x << 2) & 0xF)] = in init_dequant4_coeff_table()
Dh264_mb.c709 h->ps.pps->dequant4_coeff[p][qscale][0]); in hl_decode_mb_predict_luma()