Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_cabac_rdo.c299 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt, WORD32 ctb_x, WORD32 ctb_y) in ihevce_entropy_rdo_ctb_init() argument
305 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].i4_ctb_y = ctb_y; in ihevce_entropy_rdo_ctb_init()
306 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].i4_ctb_y = ctb_y; in ihevce_entropy_rdo_ctb_init()
Dihevce_cabac_rdo.h73 rdopt_entropy_ctxt_t *ps_rdopt_entropy_ctxt, WORD32 ctb_x, WORD32 ctb_y);
Dihevce_encode_header.h143 WORD32 ctb_y,
Dihevce_encode_header.c2942 WORD32 ctb_y, in ihevce_populate_slice_header() argument
2959 (void)ctb_y; in ihevce_populate_slice_header()
/external/libhevc/decoder/
Dihevcd_utils.h49 WORD32 ctb_y,
Dihevcd_utils.c352 WORD32 ctb_y, in ihevcd_get_tile_pos() argument
362 if(ctb_x < 0 || ctb_y < 0) in ihevcd_get_tile_pos()
377 *pi4_ctb_tile_y = ctb_y; in ihevcd_get_tile_pos()
418 if((ctb_y >= ps_tile_tmp->u1_pos_y) && (ctb_y < next_tile_ctb_y)) in ihevcd_get_tile_pos()
425 *pi4_ctb_tile_y = ctb_y - ps_tile_tmp->u1_pos_y; in ihevcd_get_tile_pos()