Searched refs:pic_width_64 (Results 1 – 1 of 1) sorted by relevance
1379 int pic_width_64 = ALIGN(param->p.width, 64); in codec_vp9_process_rpm() local1381 int pic_width_lcu = (pic_width_64 % LCU_SIZE) ? in codec_vp9_process_rpm()1382 pic_width_64 / LCU_SIZE + 1 in codec_vp9_process_rpm()1383 : pic_width_64 / LCU_SIZE; in codec_vp9_process_rpm()