Searched refs:dequant4_coeff (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mb_template.c239 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]);
H A Dh264_slice.c381 h->dequant4_coeff[i] = h->dequant4_buffer[i];
385 h->dequant4_coeff[i] = h->dequant4_buffer[j];
395 h->dequant4_coeff[i][q][(x >> 2) | ((x << 2) & 0xF)] =
413 h->dequant4_coeff[i][0][x] = 1 << 6;
664 copy_fields(h, h1, dequant4_buffer, dequant4_coeff);
667 h->dequant4_coeff[i] = h->dequant4_buffer[0] +
668 (h1->dequant4_coeff[i] - h1->dequant4_buffer[0]);
1021 memcpy(dst->dequant4_coeff, src->dequant4_coeff, sizeof(src->dequant4_coeff));
[all...]
H A Dh264_cavlc.c652 index, scan + 1, h->dequant4_coeff[p][qscale], 15) < 0 ){
684 scan, h->dequant4_coeff[cqm][qscale], 16) < 0 ){
1147 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.c1848 qmul = h->dequant4_coeff[p][qscale];
1865 qmul = h->dequant4_coeff[cqm][qscale];
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.h445 uint32_t(*dequant4_coeff[6])[16]; member in struct:H264Context
H A Dh264_mb.c706 h->dequant4_coeff[p][qscale][0]);
H A Dh264.c471 if (!h->dequant4_coeff[0])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cavlc.c647 index, scan + 1, h->dequant4_coeff[p][qscale], 15) < 0 ){
679 scan, h->dequant4_coeff[cqm][qscale], 16) < 0 ){
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.c906 h->dequant4_coeff[i] = h->dequant4_buffer[i];
909 h->dequant4_coeff[i] = h->dequant4_buffer[j];
920 h->dequant4_coeff[i][q][(x>>2)|((x<<2)&0xF)] =
935 h->dequant4_coeff[i][0][x] = 1<<6;
979 if(!h->dequant4_coeff[0])
1241 copy_fields(h, h1, dequant4_buffer, dequant4_coeff);
1244 h->dequant4_coeff[i] = h->dequant4_buffer[0] + (h1->dequant4_coeff[i] - h1->dequant4_buffer[0]);
1832 h->h264dsp.h264_luma_dc_dequant_idct(h->mb+(p*256 << pixel_shift), h->mb_luma_dc[p], h->dequant4_coeff[p][qscale][0]);
2077 h->h264dsp.h264_chroma_dc_dequant_idct(h->mb + (16*16*1 << pixel_shift), h->dequant4_coeff[IS_INTR
[all...]
H A Dh264_cabac.c1832 qmul = h->dequant4_coeff[p][qscale];
1850 qmul = h->dequant4_coeff[cqm][qscale];
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 Dh264.h342 uint32_t (*dequant4_coeff[6])[16]; member in struct:H264Context

Completed in 184 milliseconds