Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_parse.c165 RK_S32 *ptmp = NULL; in parser_nalu_header() local
166 ptmp = (RK_S32 *)&cur_nal->nal_reference_idc; in parser_nalu_header()
167 READ_BITS(p_bitctx, 2, ptmp); //!< nal_ref_idc in parser_nalu_header()
168 ptmp = (RK_S32 *)&cur_nal->nalu_type; in parser_nalu_header()
169 READ_BITS(p_bitctx, 5, ptmp); //!< nalu_type in parser_nalu_header()