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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 424 static void model_rd_norm(int xsq_q10, int *r_q10, int *d_q10) { function
470 model_rd_norm(xsq_q10, &r_q10, &d_q10);
  /external/libaom/libaom/av1/encoder/
rd.c 603 static void model_rd_norm(int xsq_q10, int *r_q10, int *d_q10) { function
687 model_rd_norm(xsq_q10, &r_q10, &d_q10);
    [all...]

Completed in 99 milliseconds