Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/mpg4/
H A Dmpg4d_parser.c186 RK_U32 new_qm[2]; // [0] - intra [1] - inter member
611 p->new_qm[0] = val; in mpg4d_parse_vol_header()
618 p->new_qm[1] = val; in mpg4d_parse_vol_header()
629 p->new_qm[0] = 0; in mpg4d_parse_vol_header()
630 p->new_qm[1] = 0; in mpg4d_parse_vol_header()
1003 qm->bNewQmatrix[0] = p->new_qm[0]; in mpg4d_fill_quantization_matrices()
1004 qm->bNewQmatrix[1] = p->new_qm[1]; in mpg4d_fill_quantization_matrices()
1009 if (p->new_qm[0]) { in mpg4d_fill_quantization_matrices()
1018 if (p->new_qm[1]) { in mpg4d_fill_quantization_matrices()