Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_utils.h48 WORD32 ctb_x,
Dihevcd_utils.c351 WORD32 ctb_x, in ihevcd_get_tile_pos() argument
362 if(ctb_x < 0 || ctb_y < 0) in ihevcd_get_tile_pos()
376 *pi4_ctb_tile_x = ctb_x; in ihevcd_get_tile_pos()
396 if((ctb_x >= ps_tile_tmp->u1_pos_x) && (ctb_x < next_tile_ctb_x)) in ihevcd_get_tile_pos()
402 *pi4_ctb_tile_x = ctb_x - ps_tile_tmp->u1_pos_x; in ihevcd_get_tile_pos()
/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
302 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[0].i4_ctb_x = ctb_x; in ihevce_entropy_rdo_ctb_init()
303 ps_rdopt_entropy_ctxt->as_cu_entropy_ctxt[1].i4_ctb_x = ctb_x; 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.h142 WORD32 ctb_x,
Dihevce_encode_header.c2941 WORD32 ctb_x, in ihevce_populate_slice_header() argument
2958 (void)ctb_x; in ihevce_populate_slice_header()