Searched defs:qp_size (Results 1 - 1 of 1) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_api.c2225 WORD32 qp_size, num_8x8; local
2262 qp_size = num_8x8;
2271 size += qp_size;
2862 WORD32 qp_size; local
2900 qp_size = num_8x8;
2901 memset(pu1_buf, 0, vert_bs_size + horz_bs_size + qp_size + qp_const_flag_size);
2918 pu1_buf += qp_size;
2925 pu1_buf -= (vert_bs_size + horz_bs_size + qp_size + qp_const_flag_size);
2934 pu1_buf += qp_size;

Completed in 99 milliseconds