HomeSort by relevance Sort by last modified time
    Searched refs:u4_ctb_in_a_row (Results 1 - 3 of 3) sorted by null

  /external/libhevc/encoder/
ihevce_tile_interface.c 363 WORD32 u4_ctb_in_a_row, u4_ctb_rows_in_a_frame; local
399 u4_ctb_in_a_row = (ctb_aligned_frame_width / MAX_CTB_SIZE);
405 /* (u4_ctb_in_a_row + 1): Keeping an extra column on the left. Tile Id's will be set to -1 in it */
416 (1 + u4_ctb_in_a_row + 1) * (1 + u4_ctb_rows_in_a_frame) * sizeof(WORD32);
ihevce_enc_loop_pass.c 3597 UWORD32 u4_ctb_in_a_row, u4_ctb_rows_in_a_frame; local
4396 UWORD32 u4_ctb_in_a_row, u4_ctb_rows_in_a_frame; local
    [all...]
ihevce_ipe_pass.c 390 UWORD32 u4_width, u4_ctb_in_a_row; local
410 u4_ctb_in_a_row = (u4_width / MAX_CTB_SIZE);
    [all...]

Completed in 96 milliseconds