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

/external/libhevc/decoder/
H A Dihevcd_boundary_strength.c213 tu_t *ps_tu; local
287 ps_tu = ps_bs_ctxt->ps_tu;
291 pu1_qp[0] = ps_tu->b7_qp;
301 ps_tu = ps_bs_ctxt->ps_tu + i;
304 start_pos_x = ps_tu->b4_pos_x;
305 start_pos_y = ps_tu->b4_pos_y;
307 tu_size = 1 << (ps_tu->b3_size + 2);
349 pu1_qp[(row >> 1) * qp_strd + (col >> 1)] = ps_tu
465 tu_t *ps_tu; local
[all...]
H A Dihevcd_iquant_itrans_recon_ctb.c341 tu_t *ps_tu,
363 cur_x = ps_tu->b4_pos_x;
364 cur_y = ps_tu->b4_pos_y;
496 - (ps_tu->b4_pos_x * MIN_TU_SIZE)
497 - (1 << (ps_tu->b3_size + 2));
504 - (ps_tu->b4_pos_y * MIN_TU_SIZE)
505 - (1 << (ps_tu->b3_size + 2));
538 tu_t *ps_tu; local
597 ps_tu = ps_proc->ps_tu;
340 ihevcd_get_intra_nbr_flag(process_ctxt_t *ps_proc, tu_t *ps_tu, UWORD32 *pu4_intra_nbr_avail, WORD16 i2_pic_width_in_luma_samples, UWORD8 i1_constrained_intra_pred_flag, WORD32 trans_size, WORD32 ctb_size) argument
[all...]
H A Dihevcd_parse_slice.c244 tu_t *ps_tu = ps_codec->s_parse.ps_tu; local
268 /* Initialize ps_tu to default values */
270 ps_tu->b1_cb_cbf = 0;
271 ps_tu->b1_cr_cbf = 0;
272 ps_tu->b1_y_cbf = 0;
273 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2);
274 ps_tu->b4_pos_y = ((y0 - ctb_y_base) >> 2);
275 ps_tu->b1_transquant_bypass = ps_codec->s_parse.s_cu.i4_cu_transquant_bypass;
276 ps_tu
552 tu_t *ps_tu = ps_codec->s_parse.ps_tu; local
972 tu_t *ps_tu = ps_codec->s_parse.ps_tu; local
1179 tu_t *ps_tu = ps_codec->s_parse.ps_tu; local
1885 tu_t *ps_tu = ps_codec->s_parse.ps_tu; local
2625 tu_t *ps_tu = ps_codec->s_parse.ps_tu; local
2709 tu_t *ps_tu = ps_codec->s_parse.ps_tu; local
2892 tu_t *ps_tu; local
[all...]
H A Dihevcd_structs.h409 tu_t *ps_tu; member in struct:__anon10692
891 tu_t *ps_tu; member in struct:__anon10696
1271 tu_t *ps_tu; member in struct:__anon10697
/external/libhevc/common/
H A Dihevc_structs.h1660 tu_t *ps_tu; member in struct:_ctb_t

Completed in 99 milliseconds