Searched refs:lrp (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/fp/
H A DMakefile.am68 lrp.txt \
H A DMakefile.in415 lrp.txt \
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_av1.c1035 struct loop_restoration_params *lrp = &(priv->codec_data.av1.uncompressed_header.lrp); local in function:lr_params
1044 lrp->FrameRestorationType[0] = AV1_RESTORE_NONE;
1045 lrp->FrameRestorationType[1] = AV1_RESTORE_NONE;
1046 lrp->FrameRestorationType[2] = AV1_RESTORE_NONE;
1052 lrp->FrameRestorationType[i] = Remap_Lr_Type[lr_type];
1053 if (lrp->FrameRestorationType[i] != AV1_RESTORE_NONE) {
1071 lrp->LoopRestorationSize[0] = AV1_RESTORATION_TILESIZE >> (2 - lr_unit_shift);
1076 lrp->LoopRestorationSize[1] = lrp
[all...]
H A Dvid_dec_av1.h413 struct loop_restoration_params lrp; member in struct:av1_uncompressed_header_obu
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.1.rst82 - glsl: Don't replace lrp pattern with lrp if arguments are not floats
H A D20.2.0.rst1314 - glsl: Don't replace lrp pattern with lrp if arguments are not floats
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_builder.h212 ir_expression *lrp(operand x, operand y, operand a);
H A Dir_builder.cpp594 lrp(operand x, operand y, operand a) function in namespace:ir_builder
H A Dopt_algebraic.cpp538 /* Replace (-x + y) * a + x and commutative variations with lrp(x, y, a).
544 * lrp(x, y, a)
586 return lrp(x_operand, y_operand, a_operand);
H A Dbuiltin_functions.cpp5466 body.emit(ret(lrp(x, y, a)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_builder.h212 ir_expression *lrp(operand x, operand y, operand a);
H A Dir_builder.cpp594 lrp(operand x, operand y, operand a) function in namespace:ir_builder
H A Dopt_algebraic.cpp538 /* Replace (-x + y) * a + x and commutative variations with lrp(x, y, a).
544 * lrp(x, y, a)
585 return lrp(x_operand, y_operand, a_operand);
H A Dbuiltin_functions.cpp4977 body.emit(ret(lrp(x, y, a)));

Completed in 39 milliseconds