Searched refs:gau1_encode_to_raster_x (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/encoder/ |
D | hme_globals.h | 52 extern U08 gau1_encode_to_raster_x[16];
|
D | hme_globals.c | 116 U08 gau1_encode_to_raster_x[16] = { 0, 1, 0, 1, 2, 3, 2, 3, 0, 1, 0, 1, 2, 3, 2, 3 }; variable
|
D | hme_refine.c | 6338 i4_x = (S32)gau1_encode_to_raster_x[i]; in hme_refine() 6379 i4_x = (S32)gau1_encode_to_raster_x[i]; in hme_refine() 7499 S32 x = gau1_encode_to_raster_x[blk_id_in_full_ctb]; in hme_refine() 9667 x = gau1_encode_to_raster_x[blk_id_in_full_ctb]; in hme_refine_no_encode() 9747 x = gau1_encode_to_raster_x[blk_id_in_full_ctb]; in hme_refine_no_encode()
|
D | hme_interface.c | 3823 blk_x = gau1_encode_to_raster_x[blk]; in hme_set_ctb_boundary_attrs()
|