OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ps_tu
(Results
1 - 5
of
5
) sorted by null
/external/libhevc/decoder/
ihevcd_boundary_strength.c
213
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
->b7_qp
465
tu_t *
ps_tu
;
local
[
all
...]
ihevcd_iquant_itrans_recon_ctb.c
341
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
595
ps_tu
= ps_proc->
ps_tu
;
[
all
...]
ihevcd_parse_slice.c
237
tu_t *
ps_tu
= ps_codec->s_parse.
ps_tu
;
local
261
/* Initialize
ps_tu
to default values */
263
ps_tu
->b1_cb_cbf = 0;
264
ps_tu
->b1_cr_cbf = 0;
265
ps_tu
->b1_y_cbf = 0;
266
ps_tu
->b4_pos_x = ((x0 - ctb_x_base) >> 2);
267
ps_tu
->b4_pos_y = ((y0 - ctb_y_base) >> 2);
268
ps_tu
->b1_transquant_bypass = ps_codec->s_parse.s_cu.i4_cu_transquant_bypass;
269
ps_tu
->b3_size = (log2_trafo_size - 2)
539
tu_t *
ps_tu
= ps_codec->s_parse.
ps_tu
;
local
959
tu_t *
ps_tu
= ps_codec->s_parse.
ps_tu
;
local
1166
tu_t *
ps_tu
= ps_codec->s_parse.
ps_tu
;
local
1860
tu_t *
ps_tu
= ps_codec->s_parse.
ps_tu
;
local
2584
tu_t *
ps_tu
= ps_codec->s_parse.
ps_tu
;
local
2769
tu_t *
ps_tu
;
local
[
all
...]
ihevcd_structs.h
409
tu_t *
ps_tu
;
member in struct:__anon15799
891
tu_t *
ps_tu
;
member in struct:__anon15803
1268
tu_t *
ps_tu
;
member in struct:__anon15804
[
all
...]
/external/libhevc/common/
ihevc_structs.h
1660
tu_t *
ps_tu
;
member in struct:_ctb_t
[
all
...]
Completed in 315 milliseconds