Searched refs:u4_blk_y (Results 1 – 1 of 1) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_intra_modes_eval.c | 814 UWORD32 i, b8, b4, u4_blk_x, u4_blk_y, u4_pix_x, u4_pix_y; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() local 856 u4_blk_y = (b8 >> 1) << 3; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() 860 u4_pix_y = u4_blk_y + ((b4 >> 1) << 2); in ih264e_evaluate_intra4x4_modes_for_least_cost_rdoptoff() 1095 UWORD32 i, b8, b4, u4_blk_x, u4_blk_y, u4_pix_x, u4_pix_y; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() local 1142 u4_blk_y = (b8 >> 1) << 3; in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton() 1146 u4_pix_y = u4_blk_y + ((b4 >> 1) << 2); in ih264e_evaluate_intra4x4_modes_for_least_cost_rdopton()
|