Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_parse_slice.c1859 … WORD32 qpg_x = (cu_pos_x - (cu_pos_x & ((1 << ps_pps->i1_log2_min_cu_qp_delta_size) - 1))); in ihevcd_parse_coding_quadtree() local
1862 if((cu_pos_x == qpg_x) && in ihevcd_parse_coding_quadtree()
1880 WORD32 qpg_x; in ihevcd_parse_coding_quadtree() local
1891qpg_x = (cu_pos_x - (cu_pos_x & ((1 << ps_pps->i1_log2_min_cu_qp_delta_size) - 1))) >> 3; in ihevcd_parse_coding_quadtree()
1898 if(qpg_x > 0) in ihevcd_parse_coding_quadtree()
1900 qp_left = ps_codec->s_parse.ai1_8x8_cu_qp[qpg_x - 1 + (qpg_y * 8)]; in ihevcd_parse_coding_quadtree()
1904 qp_top = ps_codec->s_parse.ai1_8x8_cu_qp[qpg_x + ((qpg_y - 1) * 8)]; in ihevcd_parse_coding_quadtree()